From: Rich Felker Date: Fri, 7 Jun 2013 14:13:07 +0000 (-0400) Subject: make gcc-specific headers (intrinsics, etc.) available with wrapper X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=c161356002354f238a3333cafab430ada5006269 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. --- diff --git a/tools/musl-gcc.specs.sh b/tools/musl-gcc.specs.sh index 3e88c5d1..1f683ce0 100644 --- a/tools/musl-gcc.specs.sh +++ b/tools/musl-gcc.specs.sh @@ -5,10 +5,10 @@ cat <