diff options
Diffstat (limited to 'libc/sysdeps/linux/mips')
-rw-r--r-- | libc/sysdeps/linux/mips/syscall.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/mips/syscall.S b/libc/sysdeps/linux/mips/syscall.S index c197a25c0..b270e315b 100644 --- a/libc/sysdeps/linux/mips/syscall.S +++ b/libc/sysdeps/linux/mips/syscall.S @@ -20,7 +20,7 @@ #include <asm/asm.h> #include <asm/regdef.h> -#ifdef PIC +#ifdef __PIC__ .option pic2 #endif .text |