aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.2.1-5666.3/config/mh-x86-darwin
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.2.1-5666.3/config/mh-x86-darwin')
-rw-r--r--gcc-4.2.1-5666.3/config/mh-x86-darwin9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc-4.2.1-5666.3/config/mh-x86-darwin b/gcc-4.2.1-5666.3/config/mh-x86-darwin
deleted file mode 100644
index a1dcdcf34..000000000
--- a/gcc-4.2.1-5666.3/config/mh-x86-darwin
+++ /dev/null
@@ -1,9 +0,0 @@
-# APPLE LOCAL file dynamic-no-pic
-# The -mdynamic-no-pic ensures that the compiler executable is built without
-# position-independent-code -- the usual default on Darwin.
-
-BOOT_CFLAGS=-g -O2 -mdynamic-no-pic
-
-# For hosts after darwin10 we want to pass in -no-pie
-BOOT_LDFLAGS=`case ${host} in *-*-darwin[1][1-9]*) echo -Wl,-no_pie ;; esac;`
-LDFLAGS=$(BOOT_LDFLAGS)