summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1996-02-14 13:46:00 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1996-02-14 13:46:00 +0000
commit9843ff4081c1b8b89cf386c5beab32a6764f2b7b (patch)
tree5728b4be2c3b1821f129cb92eb1520bc2988fe8f /configure
parent4734d92141dcea22e053adc4bc4c6e9d8a2141b3 (diff)
downloadocaml-9843ff4081c1b8b89cf386c5beab32a6764f2b7b.tar.gz
MAJ hppa
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@635 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 15baf08fcc..cfc9ef3d73 100755
--- a/configure
+++ b/configure
@@ -186,7 +186,7 @@ case "$host" in
i[3456]86-*-*bsd*) arch=i386; system=bsd;;
i[3456]86-*-nextstep*) arch=i386; system=nextstep;;
mips-*-ultrix*) arch=mips;;
- hppa-*-nextstep*) arch=hppa;;
+ hppa1.1-*-nextstep*) arch=hppa;;
rs6000-*-aix*) arch=power; model=rs6000;;
powerpc-*-aix*) arch=power; model=ppc;;
esac