make gcc-specific headers (intrinsics, etc.) available with wrapper
authorRich Felker <dalias@aerifal.cx>
Fri, 7 Jun 2013 14:13:07 +0000 (10:13 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 7 Jun 2013 14:13:07 +0000 (10:13 -0400)
commitc161356002354f238a3333cafab430ada5006269
tree40d56e3146af388bf627f47f42a3a27a693ba02e
parentf7244d205fc68d9ee8e28f89a8b5a680586a6117
make gcc-specific headers (intrinsics, etc.) available with wrapper

they are intentionally listed after the libc include directory so that
the gcc float.h, etc. don't get used in place of the libc ones.
tools/musl-gcc.specs.sh