This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: any recent changes to gcc test builds
- From: Hans-Peter Nilsson <hans-peter dot nilsson at axis dot com>
- To: joel dot sherrill at oarcorp dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 23 Mar 2009 16:07:33 +0100
- Subject: Re: any recent changes to gcc test builds
> Date: Mon, 23 Mar 2009 09:37:02 -0500
> From: Joel Sherrill <joel.sherrill@oarcorp.com>
> I am confused at the gcc test results for RTEMS
> over the weekend. I have 1000s of failures
> across all the targets which look like this:
> Any ideas?
I fixed a bug in Janis' GCC_EXEC_PREFIX testsuite cleanup:
<http://gcc.gnu.org/ml/gcc-patches/2009-03/msg00970.html>.
Not that I see why this'd have any bearing on your failures;
-B's should be translated to -L's and the (presumably present)
set_board_info ldflags "[libgloss_link_flags] [newlib_link_flags]"
in your <board>.exp should help finding the newlib libraries.
(Hm, maybe I presumed too much and you don't have that!)
brgds, H-P