summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-09-26 13:37:08 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-09-26 13:37:08 +0000
commitfb181fa1fa8238c3248d67f2844cc771fbae7828 (patch)
tree5688f859d4a22a13e4a43155adf97e5c09a87b2b /configure
parent6bce13671c6c8aaf60d7177eeec18291d18fc53d (diff)
MacOS X linker option galore
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2336 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 65bfbbe..8a83aa6 100755
--- a/configure
+++ b/configure
@@ -130,7 +130,7 @@ case "$target" in
[1-9].*|10.*|11.*) # up to MacOS 10.7 included
clinker="${toolprefix}gcc -arch i386";;
*) # MacOS 10.8 and up
- clinker="${toolprefix}gcc -arch i386 -Wl,-no-pie";;
+ clinker="${toolprefix}gcc -arch i386 -Wl,-no_pie";;
esac
libmath="";;
ia32-cygwin)