From e473446ff8a93fb8cdc52494b4d6ee15bc15bf61 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 25 Feb 2010 20:16:31 +0100 Subject: first try to get glibc working for mips/arm (not working yet) --- toolchain/glibc/patches/mips64.patch | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 toolchain/glibc/patches/mips64.patch (limited to 'toolchain/glibc/patches/mips64.patch') diff --git a/toolchain/glibc/patches/mips64.patch b/toolchain/glibc/patches/mips64.patch deleted file mode 100644 index 0b53244b9..000000000 --- a/toolchain/glibc/patches/mips64.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff -Nur glibc-2.10-current.orig/ports/sysdeps/mips/mips64/n32/Makefile glibc-2.10-current/ports/sysdeps/mips/mips64/n32/Makefile ---- glibc-2.10-current.orig/ports/sysdeps/mips/mips64/n32/Makefile 2009-05-26 22:53:27.000000000 +0200 -+++ glibc-2.10-current/ports/sysdeps/mips/mips64/n32/Makefile 2009-05-27 02:23:06.000000000 +0200 -@@ -1,6 +1,2 @@ - # `long double' is a distinct type we support. - long-double-fcts = yes -- --ifeq ($(filter -mabi=n32,$(CC)),) --CC += -mabi=n32 --endif -diff -Nur glibc-2.10-current.orig/ports/sysdeps/mips/mips64/n64/Makefile glibc-2.10-current/ports/sysdeps/mips/mips64/n64/Makefile ---- glibc-2.10-current.orig/ports/sysdeps/mips/mips64/n64/Makefile 2009-05-26 22:53:27.000000000 +0200 -+++ glibc-2.10-current/ports/sysdeps/mips/mips64/n64/Makefile 2009-05-27 02:20:00.000000000 +0200 -@@ -1,6 +1,2 @@ - # `long double' is a distinct type we support. - long-double-fcts = yes -- --ifeq ($(filter -mabi=64,$(CC)),) --CC += -mabi=64 --endif -diff -Nur glibc-2.10-current.orig/ports/sysdeps/mips/preconfigure glibc-2.10-current/ports/sysdeps/mips/preconfigure ---- glibc-2.10-current.orig/ports/sysdeps/mips/preconfigure 2009-05-26 22:53:27.000000000 +0200 -+++ glibc-2.10-current/ports/sysdeps/mips/preconfigure 2009-05-27 02:20:14.000000000 +0200 -@@ -22,7 +22,7 @@ - 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" -+ CPPFLAGS="$CPPFLAGS" - fi - ;; - mips*) base_machine=mips machine=mips/mips32/$machine ;; -- cgit v1.2.3