X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=toolchain%2FuClibc%2Fpatches%2F130-compile_fixes.patch;fp=toolchain%2FuClibc%2Fpatches%2F130-compile_fixes.patch;h=0000000000000000000000000000000000000000;hp=8a61291af8707ed4e99941a9c63ec93a0b0bd535;hb=453d862a3d708fd707fb72ad179bc7ac61db2098;hpb=cb41ac0e6e8a63af2c3122d4960628f6d7d66496 diff --git a/toolchain/uClibc/patches/130-compile_fixes.patch b/toolchain/uClibc/patches/130-compile_fixes.patch deleted file mode 100644 index 8a61291af8..0000000000 --- a/toolchain/uClibc/patches/130-compile_fixes.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/libc/string/mips/sysdep.h -+++ b/libc/string/mips/sysdep.h -@@ -29,7 +29,7 @@ - .globl name; \ - .align 2; \ - .ent name,0; \ -- name##: -+ name: - - #undef END - #define END(function) \ ---- a/Rules.mak -+++ b/Rules.mak -@@ -399,7 +399,7 @@ ifneq ($(HAVE_SHARED),y) - CFLAGS += -DSTATIC - endif - --CFLAGS += $(call check_gcc,-std=gnu99,) -+# CFLAGS += $(call check_gcc,-std=gnu99,) - - LDFLAGS_NOSTRIP:=$(CPU_LDFLAGS-y) -shared --warn-common --warn-once -z combreloc - # binutils-2.16.1 warns about ignored sections, 2.16.91.0.3 and newer are ok