From 5d26d5d15bf6c2fc8c0e58b76fb418b51e207af7 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 23 Jul 2012 23:29:03 -0400 Subject: [PATCH] gcc wrapper improvement: leave libgcc dir in the library path this is needed in case -lgcc is passed explicitly on the link command line, for example if the wrapper is being used to build musl itself. --- tools/musl-gcc.specs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/musl-gcc.specs.sh b/tools/musl-gcc.specs.sh index 5f6504e2..3e88c5d1 100644 --- a/tools/musl-gcc.specs.sh +++ b/tools/musl-gcc.specs.sh @@ -11,7 +11,7 @@ cat <