aboutsummaryrefslogtreecommitdiff
path: root/config/mh-x86-darwin
diff options
context:
space:
mode:
Diffstat (limited to 'config/mh-x86-darwin')
-rw-r--r--config/mh-x86-darwin6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/mh-x86-darwin b/config/mh-x86-darwin
new file mode 100644
index 00000000000..3ca21bab8fb
--- /dev/null
+++ b/config/mh-x86-darwin
@@ -0,0 +1,6 @@
+# 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
+