This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [committed] Don't share target config.cache on mainline


neroden@twcny.rr.com (Nathanael Nerode) writes:

> Committing this to the top level.  It's kind of evil, but I'm guessing it will
> fix some of the multilib build problems.  Bootstrapped i686-pc-linux-gnu.
> Please, if you were having multilib build problems, give it a try.

I just got on x86_64 with multi-libs:

configure: loading cache .././config.cache
configure: error: `LDFLAGS' was not set in the previous run
configure: error: changes in the environment can compromise the build
configure: error: run `make distclean' and/or `rm .././config.cache' and start o
ver
make[2]: Entering directory `/builds/gcc/misc/gcc'
if test -f stage_last ; then \
  LAST=`cat stage_last`; rm $LAST; make LANGUAGES="c gcov gcov-dump ada c++ f77 
java objc treelang" BOOT_CFLAGS="-g -O2" $LAST; \
else \
  make LANGUAGES="c gcov gcov-dump ada c++ f77 java objc treelang" BOOT_CFLAGS="
-g -O2" stage1_build; \
fi
make[1]: *** [configure-fastjar] Error 1

So, it was not a complete solution...:-(

Andreas
-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SuSE Linux AG, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

Attachment: pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]