This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Your new binutils ld tests broke cris-elf without installed target compiler
- From: Hans-Peter Nilsson <hans-peter dot nilsson at axis dot com>
- To: gingold at adacore dot com, ebotcazou at adacore dot com
- Cc: binutils at sourceware dot org
- Date: Fri, 11 Jan 2008 16:39:02 +0100
- Subject: Your new binutils ld tests broke cris-elf without installed target compiler
In my binutils autotester, I now see:
Running /tmp/hpautotest-binutils/bsrc/src/ld/testsuite/ld-gc/gc.exp ...
ERROR: cris-axis-elf-cc does not exist
FAIL: Check --gc-section/-q
FAIL: Check --gc-section/-r/-e
FAIL: Check --gc-section/-r/-u
with ld.log not adding anything useful (the tests fail due to
gc.o not existing due to $target-cc not being there).
The target compiler is supposed to be optional when running the
binutils tests. See other parts of the testsuite,
e.g. ld/testsuite/ld-selective/selective.exp (but use $CC for C,
not $CXX).
brgds, H-P