Joakim Tjernlund hace 20 años
padre
commit
b077887e41
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)