From c161356002354f238a3333cafab430ada5006269 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Fri, 7 Jun 2013 10:13:07 -0400 Subject: 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') 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 <