aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorthutchin2010-07-05 13:00:56 +0000
committerthutchin2010-07-05 13:00:56 +0000
commit4834725774ecbc2f0c415d8bd20317201d5381d9 (patch)
tree059eda7e9e5b7d7b2f6b4f2c5036d5a4109229bf /dev
parent5c57ade1faa98699b14e9007fd109b02d87872ee (diff)
Turned off Mac dynlink hack for 10.6.3+ on x86_64
I don't have access to an x86_64 computer with 10.6 Maybe for 10.6.0/1/2 special cases aren't required Reverted commit r13083 git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13243 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'dev')
-rwxr-xr-xdev/ocamlopt_shared_os5fix.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ocamlopt_shared_os5fix.sh b/dev/ocamlopt_shared_os5fix.sh
index 2926804f57..f7d31ad81c 100755
--- a/dev/ocamlopt_shared_os5fix.sh
+++ b/dev/ocamlopt_shared_os5fix.sh
@@ -25,5 +25,5 @@ cat $CMXS.startup.s | sed \
# Recompile fixed startup code
as -o $CMXS.startup.o $CMXS.startup.fixed.s
# Build fixed .cmxs (assume all object files are at the same place)
-gcc -bundle -flat_namespace -undefined warning -read_only_relocs suppress -o $CMXS $OBJS $CMXS.startup.o
+ld -bundle -flat_namespace -undefined warning -read_only_relocs suppress -o $CMXS $OBJS $CMXS.startup.o
rm $CMXS.startup.o $CMXS.startup.s $CMXS.startup.fixed.s \ No newline at end of file