This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
libiberty testsuite builds with wrong compiler
- From: Jack Howarth <howarth at bromo dot med dot uc dot edu>
- To: gcc at gcc dot gnu dot org
- Date: Sat, 21 Feb 2009 19:14:22 -0500
- Subject: libiberty testsuite builds with wrong compiler
I noticed the following on darwin10, since it builds
with x86_64 as the default where appropriate. The
libiberty testsuite is building with the system compiler
instead of the one from gcc trunk...
make[2]: [check-objc] Error 1 (ignored)
make[2]: Nothing to be done for `check'.
make[2]: Nothing to be done for `check'.
make[2]: Nothing to be done for `check'.
gcc -DHAVE_CONFIG_H -g -O2 -I.. -I../../../gcc-4.4-20090221/libiberty/testsuite/../../include -o test-demangle \
../../../gcc-4.4-20090221/libiberty/testsuite/test-demangle.c ../libiberty.a
This was flagged on darwin10 because libiberty.a is built
with the gcc trunk compiler and is i386 code not x86_64 code.
Jack