diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-10 10:24:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-10 10:25:54 +0000 |
commit | f91410ab72605dbd93d2199cd1be894f87c974d2 (patch) | |
tree | b95fde420bf71c9d850f11b023e676e70046547e /testing/gcc/gcc-pure64.patch | |
parent | 7382a645b0bb941a0b677c7d40d42bb9703bc5d2 (diff) | |
download | aports-f91410ab72605dbd93d2199cd1be894f87c974d2.tar.bz2 aports-f91410ab72605dbd93d2199cd1be894f87c974d2.tar.xz |
testing/gcc: test 4.6.1
Diffstat (limited to 'testing/gcc/gcc-pure64.patch')
-rw-r--r-- | testing/gcc/gcc-pure64.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/gcc/gcc-pure64.patch b/testing/gcc/gcc-pure64.patch new file mode 100644 index 0000000000..f9ab69326e --- /dev/null +++ b/testing/gcc/gcc-pure64.patch @@ -0,0 +1,12 @@ +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 |