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)
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.


No differences found