aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/darwin12.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/darwin12.h')
-rw-r--r--gcc/config/darwin12.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/darwin12.h b/gcc/config/darwin12.h
index f1562c5..e1e1eb0 100644
--- a/gcc/config/darwin12.h
+++ b/gcc/config/darwin12.h
@@ -24,7 +24,7 @@ along with GCC; see the file COPYING3. If not see
%{!static:%{!static-libgcc: \
%:version-compare(>= 10.6 mmacosx-version-min= -lSystem) } } \
%{fno-pic|fno-PIC|fno-pie|fno-PIE|fapple-kext|mkernel|static|mdynamic-no-pic: \
- %:version-compare(>= 10.7 mmacosx-version-min= -no_pie) } %G %L"
+ %:version-compare(>= 10.7 mmacosx-version-min= -no_pie) } %G %{!nolibc:%L}"
#undef DEF_MIN_OSX_VERSION
#define DEF_MIN_OSX_VERSION "10.8"