Carmelo AMOROSO wrote: > Bernhard Fischer wrote: >> On Tue, Jul 08, 2008 at 09:05:28AM +0200, Carmelo AMOROSO wrote: >> >>> I'd like to highlight that we need to fix the testsuite build system. >>> I've sent a patch recently putting together some suggestions by Bernard, >>> Bernd and others. I'd like to have it reviewed so that it can be merged in. >> I remember that it looked reasonable but i admit that i didn't try it. >> If it works for you then please go ahead and install it. >> > yes, fully tested (I'll check it again anyway). > Some problems on nptl/tls tests as I pointed out because these are > intended to use some internals headers not installed. But this will be > handled separately. > > Carmelo > _______________________________________________ > uClibc mailing list > [email protected] > http://busybox.net/cgi-bin/mailman/listinfo/uclibc >
Re-tested on trynk> Command line: make V=y TEST_INSTALLED_UCLIBC=y UCLIBC_ONLY=y test_compile Output: make -C test compile make -C args compile sh4-linux-uclibc-gcc -Wall -Wstrict-prototypes -Os -funit-at-a-time -fno-tree-loop-optimize -fno-tree-dominator-opts -fno-strength-reduce -fstrict-aliasing -mprefergot -Os -D_GNU_SOURCE -I../../test -ml -m4 -nostdinc -I../../install_dir/usr/include -I/opt/STM/STLinux-2.3/devkit/sh4_uclibc/lib/gcc/sh4-linux-uclibc/4.2.1/include -c arg_test.c -o arg_test.o sh4-linux-uclibc-gcc -s -B../../lib -Wl,-rpath,../../lib -Wl,-rpath-link,../../lib -Wl,-rpath,./ -Wl,--dynamic-linker,"/lib"/ld-uClibc.so.0 -Wl,--hash-style=gnu arg_test.o -o arg_test ......... As you can only install_dir/usr/include and the gcc include folder is used for building. Carmelo _______________________________________________ uClibc mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/uclibc
