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, 9 insertions, 0 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
new file mode 100644
index 000000000..a1dcdcf34
--- /dev/null
+++ b/gcc-4.2.1-5666.3/config/mh-x86-darwin
@@ -0,0 +1,9 @@
+# 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)