diff options
Diffstat (limited to 'testing/gcc/gcc-pure64.patch')
-rw-r--r-- | testing/gcc/gcc-pure64.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/gcc/gcc-pure64.patch b/testing/gcc/gcc-pure64.patch deleted file mode 100644 index f9ab69326e..0000000000 --- a/testing/gcc/gcc-pure64.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur gcc-4.2.0.orig/gcc/config/i386/t-linux64 gcc-4.2.0/gcc/config/i386/t-linux64 ---- gcc-4.2.0.orig/gcc/config/i386/t-linux64 2007-05-16 19:21:19.000000000 -0400 -+++ gcc-4.2.0/gcc/config/i386/t-linux64 2007-05-18 17:04:36.000000000 -0400 -@@ -6,7 +6,7 @@ - - MULTILIB_OPTIONS = m64/m32 - MULTILIB_DIRNAMES = 64 32 --MULTILIB_OSDIRNAMES = ../lib64 $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib) -+MULTILIB_OSDIRNAMES = ../lib ../lib32 - - LIBGCC = stmp-multilib - INSTALL_LIBGCC = install-multilib |