[Lunar-commits] r25610 - moonbase/trunk/libs/libstdc++5
Stefan Wold
ratler at lunar-linux.org
Sun Aug 26 00:05:38 CEST 2007
Author: ratler
Date: 2007-08-26 00:05:38 +0200 (Sun, 26 Aug 2007)
New Revision: 25610
Added:
moonbase/trunk/libs/libstdc++5/BUILD.x86_64
Log:
Resolves bug #0000267. Building on x86_64 should now work fine
Added: moonbase/trunk/libs/libstdc++5/BUILD.x86_64
===================================================================
--- moonbase/trunk/libs/libstdc++5/BUILD.x86_64 (rev 0)
+++ moonbase/trunk/libs/libstdc++5/BUILD.x86_64 2007-08-25 22:05:38 UTC (rev 25610)
@@ -0,0 +1,29 @@
+(
+
+ patch_it $SOURCE2 1 &&
+ sedit 's/trap 0/trap "" 0/' configure &&
+ sedit 's/= install-headers-tar/= install-headers-cpio/' gcc/configure &&
+
+ mkdir BUILD &&
+ cd BUILD &&
+
+ ../configure --host=$BUILD \
+ --enable-languages=c++ \
+ --prefix=/usr \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ --enable-__cxa_atexit \
+ --enable-threads \
+ --disable-nls \
+ --enable-target-optspace \
+ --with-gnu-ld \
+ --with-system-zlib \
+ --enable-shared \
+ --disable-multilib &&
+
+ make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap-lean &&
+ prepare_install &&
+ make DESTDIR=$(pwd -P)/ROOT install-target-libstdc++-v3 &&
+ install -v $(pwd -P)/ROOT/usr/lib64/libstdc++.so.5 /usr/lib64/
+
+) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list