summaryrefslogtreecommitdiffstats
path: root/main/gcc/gcc-pure64.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-11-24 13:58:34 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-11-24 14:00:36 +0000
commit77b5897fc3d7f3dabe54c23a0b830dae9d6593c6 (patch)
tree877a65db9673524996549001a563e064b935fa63 /main/gcc/gcc-pure64.patch
parentec8ba0add9cdeeaf439af34104d724c01b1592f0 (diff)
downloadaports-77b5897fc3d7f3dabe54c23a0b830dae9d6593c6.tar.bz2
aports-77b5897fc3d7f3dabe54c23a0b830dae9d6593c6.tar.xz
main/gcc: disable java by default, fix for x86_64
also: - initial support for crosscompile - cleanup ld-uClibc handling
Diffstat (limited to 'main/gcc/gcc-pure64.patch')
-rw-r--r--main/gcc/gcc-pure64.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/main/gcc/gcc-pure64.patch b/main/gcc/gcc-pure64.patch
new file mode 100644
index 000000000..f9ab69326
--- /dev/null
+++ b/main/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