'make check' in libgcj

Andrew Haley aph-gcc@littlepinkcloud.COM
Sat Aug 18 07:39:00 GMT 2007


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)


More information about the Java mailing list

AltStyle によって変換されたページ (->オリジナル) /