On Thu, 6 Mar 2008, Khem Raj wrote: > We have -nostdinc option added in rules.mak so the build does not pick > up this header.
The line CFLAGS += -iwithprefix include-fixed -iwithprefix include is supposed to ensure that GCC's internal headers are picked up. Perhaps it's broken; the old version using -print-file-name=include certainly worked (although needing patching to work with 4.3's include-fixed). -- Joseph S. Myers [EMAIL PROTECTED] _______________________________________________ uClibc mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/uclibc
