diff options
Diffstat (limited to 'toolchain/uClibc/patches-0.9.33.2/210-mips_use_pic_crt1.patch')
-rw-r--r-- | toolchain/uClibc/patches-0.9.33.2/210-mips_use_pic_crt1.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/toolchain/uClibc/patches-0.9.33.2/210-mips_use_pic_crt1.patch b/toolchain/uClibc/patches-0.9.33.2/210-mips_use_pic_crt1.patch deleted file mode 100644 index 2ca10d4..0000000 --- a/toolchain/uClibc/patches-0.9.33.2/210-mips_use_pic_crt1.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/libc/sysdeps/linux/mips/Makefile.arch -+++ b/libc/sysdeps/linux/mips/Makefile.arch -@@ -20,6 +20,8 @@ ifneq ($(UCLIBC_HAS_THREADS_NATIVE),y) - SSRC += vfork.S clone.S - endif - -+CFLAGS-crt1.S += $(PICFLAG) -+ - ASFLAGS-syscall_error.S += -D_LIBC_REENTRANT - - ARCH_HEADERS := sgidefs.h |