diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2000-06-05 12:32:11 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2000-06-05 12:32:11 +0000 |
commit | 18fd4e7ab836256df473f6fbe6b96bfd1c8e6791 (patch) | |
tree | ecaaba307f1411e8b8efd8388d02c391fbfaf889 /configure | |
parent | 9142defa7c7c925088cb5613dbba20e25ebe865f (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-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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*) |