On Wed, Jun 11, 2008 at 12:15:59AM +0200, Bernd Schmidt wrote: > Carmelo AMOROSO wrote: >> I've now figure out that I was looking at the previous version of >> string.h where all the hidden_proto >> were guarded by the UCLIBC_INTERNAL.. that now is changed again. >> SO my previous suggested fixed doesn't work.. so probably the only >> solution is as Bernd suggested. > > I've quickly hacked something up (for test/ only); patch below. Does > this look like a good approach? It installs headers from include/ into > install-include. CFLAGS are no longer inherited by test/Makefile, so > libc-symbols.h is also no longer included by the test programs and search > paths under libpthread/ aren't added.
I have no comment on the patch itself, but I like the approach - I've concluded before that this is the only sane way to test toolchain pieces, especially compiler or C library. We do all of our testing after installation here. -- Daniel Jacobowitz CodeSourcery _______________________________________________ uClibc mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/uclibc
