Joakim Tjernlund 20 years ago
parent
commit
b077887e41
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/sysdeps/linux/arm/crt1.S

+ 1 - 1
libc/sysdeps/linux/arm/crt1.S

@@ -126,7 +126,7 @@ _start:
 	b __uClibc_main
 #endif
 
-#ifdef __PIC_
+#ifdef __PIC__
 .L_GOT:
 	.word	_GLOBAL_OFFSET_TABLE_-(.L_GOT_OFF+8)
 	.word _fini(GOT)