[Lunar-commits] <moonbase> gcc3: Fix x86_64 dual install with gcc4
Auke Kok
sofar at foo-projects.org
Fri Mar 28 21:55:46 CET 2008
commit 64f0b83d3f59f42b9548c9567d06bb81afd63395
Author: Auke Kok <auke at foo-projects.org>
Date: Fri Mar 28 21:55:46 2008 +0100
gcc3: Fix x86_64 dual install with gcc4
---
compilers/gcc3/BUILD.x86_64 | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/compilers/gcc3/BUILD.x86_64 b/compilers/gcc3/BUILD.x86_64
index 911036a..77e264b 100644
--- a/compilers/gcc3/BUILD.x86_64
+++ b/compilers/gcc3/BUILD.x86_64
@@ -8,17 +8,17 @@
LANGUAGES=${LANGUAGES:=c++} &&
../configure --host=$BUILD \
--enable-languages=$LANGUAGES \
- --prefix=${GCC3_PREFIX:-/usr} \
- --infodir=${GCC3_PREFIX:-/usr}/share/info \
- --mandir=${GCC3_PREFIX:-/usr}/share/man \
+ --prefix=${MODULE_PREFIX} \
+ --infodir=${MODULE_PREFIX}/share/info \
+ --mandir=${MODULE_PREFIX}/share/man \
--enable-__cxa_atexit \
--enable-threads \
--disable-nls \
--enable-target-optspace \
--with-gnu-ld \
--with-system-zlib \
- --enable-shared \
- --disable-multilib &&
+ --disable-multilib \
+ --enable-shared &&
# sedit 's/= install-headers-tar/= install-headers-cpio/' gcc/Makefile &&
More information about the Lunar-commits
mailing list