This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
'make check' in libgcj
- From: Andrew Haley <aph-gcc at littlepinkcloud dot COM>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: java at gcc dot gnu dot org
- Date: Sat, 18 Aug 2007 08:39:08 +0100
- Subject: 'make check' in libgcj
I'm trying to fix make check so that it works on ARM EABI. The
problem is that (for that target only) I need to add the path to
libstdc++.
I have edited libgcj-test.spec and it points to the right place, but
as far as I can see the testsuite doesn't use libgcj-test.spec! There
doesn't seem to be anything anywhere in the makefiles or in the tcl
scripts to use it. I've appended it to this mail and AFAICS it's
right. So, do you understand how to make 'make check' use this file?
Alternatively, can you figure out any what to add libstdc++ to the
path when running the testsuite?
Thanks,
Andrew.
#
# This spec file is read by gcj when linking.
# It is only used by the testing harnesses (in libjava and gdb).
#
%rename lib liborig2
*lib: -L/home/aph/gcc/build/arm-linux-gnueabi/libjava/.libs -L/home/aph/gcc/build/arm-linux-gnueabi/libjava/../libstdc++-v3/src/.libs -rpath /home/aph/gcc/build/arm-linux-gnueabi/libjava/.libs:/home/aph/gcc/build/arm-linux-gnueabi/libjava/../libstdc++-v3/src/.libs -lstdc++ -L/home/aph/gcc/build/arm-linux-gnueabi/libjava/../boehm-gc/.libs -rpath /home/aph/gcc/build/arm-linux-gnueabi/libjava/../boehm-gc/.libs %(liborig2)