This is the mail archive of the gcc@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] | |
Hi Peter,
Peter O'Gorman wrote:Andreas Tobler wrote:Jack Howarth wrote:On i686-apple-darwin9, I am seeing massive regressions in the libjavaI'll send a patch later today.
testsuite in revision 140713 compared to my previous test on 20080925.
Since the libtool updates went in (which would see the likely culprit),
we went from zero to 835 unexpected failures.
http://gcc.gnu.org/ml/gcc-testresults/2008-09/msg02174.html http://gcc.gnu.org/ml/gcc-testresults/2008-09/msg02291.html
Thanks Andreas, libtool prints this warning for: *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*
So, the libjava testsuite's libjava.exp should probably avoid adding -no-install for a similar set of targets.
Hm, cygwin and mingw are already in, pw32, os2 and cegcc I never heared in combination with libjava and gcc.
So my first attempt I sent to java-patches would still be ok. http://gcc.gnu.org/ml/java-patches/2008-q3/msg00103.html
But for completness I can add those targets as well.
Thanks, Andreas
* testsuite/lib/libjava.exp (libjava_arguments): Do not append "no-install" to additional_flags for *-*-darwin.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |