aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>1999-12-06 22:24:05 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>1999-12-06 22:24:05 +0000
commitb5d1aae31455d56e90424bb5c71d172a12df7240 (patch)
tree2ac2d7d43ad4031fa5d4b0ffd5410d8dbce7232f /configure
parent092d50f0922817398e241c0589259ebb2037a7c0 (diff)
Ajout option spéciale PPC
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@217 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 073379bbf..8e49f3738 100755
--- a/configure
+++ b/configure
@@ -209,6 +209,7 @@ esac
# OS dependent camlp4 options for native compilation
+# Special rules for g_*.cmx files to circumvent a PowerPC limitation
case $ARCH in
ppc) OSDEPP4OPTFLAGS="-split_gext";;
*) OSDEPP4OPTFLAGS=""