gcc / binutils combined tree

James Lemke jwlemke@wasabisystems.com
Fri Apr 7 21:36:00 GMT 2006


This patch has been useful when using one source tree containing both
gcc and binutils.

Jim.

-- 
Jim Lemke   jwlemke@wasabisystems.com   Orillia, Ontario
-------------- next part --------------
--- crosstool.sh-orig	2006-02-25 21:14:13.000000000 -0500
+++ crosstool.sh	2006-04-05 17:48:08.000000000 -0400
@@ -368,8 +369,14 @@
     ${BINUTILS_DIR}/configure $CANADIAN_BUILD --target=$TARGET --host=$GCC_HOST --prefix=$PREFIX --disable-nls ${BINUTILS_EXTRA_CONFIG} $BINUTILS_SYSROOT_ARG
 fi
 
-make $PARALLELMFLAGS all 
-make install 
+# Build only binutils.
+# (We may have binutils and gcc in the same source tree.)
+##make $PARALLELMFLAGS all 
+##make install 
+make $PARALLELMFLAGS all-binutils
+make $PARALLELMFLAGS all-gas
+make $PARALLELMFLAGS all-ld
+make install-binutils install-gas install-ld
 
 if test x"$CORE_PREFIX" != x"$PREFIX"; then
     # if we're using a different core compiler, make binutils available to it

-------------- next part --------------
--
For unsubscribe information see http://sourceware.org/lists.html#faq


More information about the crossgcc mailing list