summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libc/sysdeps/linux/arm/crt1.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/arm/crt1.S b/libc/sysdeps/linux/arm/crt1.S
index 86d6036d8..d37c2d421 100644
--- a/libc/sysdeps/linux/arm/crt1.S
+++ b/libc/sysdeps/linux/arm/crt1.S
@@ -93,7 +93,7 @@ _start:
/* Push rtld_fini */
str a1, [sp, #-4]!
-#ifdef L_Scrt1
+#ifdef __PIC__
ldr sl, .L_GOT
.L_GOT_OFF:
add sl, pc, sl
@@ -126,7 +126,7 @@ _start:
b __uClibc_main
#endif
-#ifdef L_Scrt1
+#ifdef __PIC_
.L_GOT:
.word _GLOBAL_OFFSET_TABLE_-(.L_GOT_OFF+8)
.word _fini(GOT)