[Lunar-commits] r23829 - moonbase/trunk/compilers/gcc3
Auke Kok
sofar at lunar-linux.org
Tue Mar 27 08:09:10 CEST 2007
Author: sofar
Date: 2007-03-27 08:09:10 +0200 (Tue, 27 Mar 2007)
New Revision: 23829
Modified:
moonbase/trunk/compilers/gcc3/BUILD.x86_64
Log:
Patch x86_64 version as well.
Modified: moonbase/trunk/compilers/gcc3/BUILD.x86_64
===================================================================
--- moonbase/trunk/compilers/gcc3/BUILD.x86_64 2007-03-27 06:08:24 UTC (rev 23828)
+++ moonbase/trunk/compilers/gcc3/BUILD.x86_64 2007-03-27 06:09:10 UTC (rev 23829)
@@ -8,9 +8,9 @@
LANGUAGES=${LANGUAGES:=c++} &&
../configure --host=$BUILD \
--enable-languages=$LANGUAGES \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
+ --prefix=${GCC3_PREFIX:-/usr} \
+ --infodir=${GCC3_PREFIX:-/usr}/share/info \
+ --mandir=${GCC3_PREFIX:-/usr}/share/man \
--enable-__cxa_atexit \
--enable-threads \
--disable-nls \
More information about the Lunar-commits
mailing list