diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-12 16:27:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-12 16:27:02 +0200 |
commit | b0857d40f503a29f7cf1dd9bfab3f60e6b0152f6 (patch) | |
tree | 654962f4ea80ae04b8f1869e72f349dd0d9a4e92 /toolchain/glibc-ports/patches | |
parent | f04227421063498a88707c43ec80b2b70d9b8d83 (diff) |
update glibc to latest upstream
Diffstat (limited to 'toolchain/glibc-ports/patches')
-rw-r--r-- | toolchain/glibc-ports/patches/mips.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/toolchain/glibc-ports/patches/mips.patch b/toolchain/glibc-ports/patches/mips.patch deleted file mode 100644 index 9afdff418..000000000 --- a/toolchain/glibc-ports/patches/mips.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff -Nur glibc-ports-2.16.0.orig/sysdeps/mips/mips32/Makefile glibc-ports-2.16.0/sysdeps/mips/mips32/Makefile ---- glibc-ports-2.16.0.orig/sysdeps/mips/mips32/Makefile 2012-06-21 19:08:19.000000000 +0200 -+++ glibc-ports-2.16.0/sysdeps/mips/mips32/Makefile 2012-08-01 17:45:07.000000000 +0200 -@@ -1,3 +1,3 @@ --ifeq ($(filter -mabi=32,$(CC)),) --CC += -mabi=32 --endif -+#ifeq ($(filter -mabi=32,$(CC)),) -+#CC += -mabi=32 -+#endif -diff -Nur glibc-ports-2.16.0.orig/sysdeps/mips/preconfigure glibc-ports-2.16.0/sysdeps/mips/preconfigure ---- glibc-ports-2.16.0.orig/sysdeps/mips/preconfigure 2012-06-21 19:08:19.000000000 +0200 -+++ glibc-ports-2.16.0/sysdeps/mips/preconfigure 2012-08-01 17:45:07.000000000 +0200 -@@ -19,11 +19,6 @@ - 32) machine=mips/mips32/kern64 ;; - esac - machine=$machine/$config_machine -- if test $mips_config_abi != $mips_cc_abi; then -- # This won't make it to config.make, but we want to -- # set this in case configure tests depend on it. -- CPPFLAGS="$CPPFLAGS -mabi=$mips_config_abi" -- fi - ;; - mips*) base_machine=mips machine=mips/mips32/$machine ;; - esac |