summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2000-06-05 12:32:11 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2000-06-05 12:32:11 +0000
commit18fd4e7ab836256df473f6fbe6b96bfd1c8e6791 (patch)
treeecaaba307f1411e8b8efd8388d02c391fbfaf889 /configure
parent9142defa7c7c925088cb5613dbba20e25ebe865f (diff)
Rectification generateur HPPA pour supprimer warning de compatibilite (PR#125)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3189 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index fa6011463..4e80f6cb1 100755
--- a/configure
+++ b/configure
@@ -373,9 +373,6 @@ case "$arch,$nativecc,$system,$host_type" in
alpha,cc*,digital,*) nativecccompopts=-std1;;
mips,cc*,irix,*) nativecccompopts=-n32
nativecclinkopts="-n32 -Wl,-woff,84";;
- hppa,gcc*,hpux,*hpux10*)
- nativecccompopts="$gcc_warnings"
- nativecclinkopts="-Wl,+vnocompatwarnings";;
power,gcc*,aix,*aix4.3*)
nativecccompopts="$gcc_warnings -D_XOPEN_SOURCE=500";;
power,*,aix,*aix4.3*)