summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2006-09-20 17:44:05 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2006-09-20 17:44:05 +0000
commitc28863124b189ed57ec22ab83a60bdbbcf780b70 (patch)
tree363139bfd3ca620e4d02bc7b74124dfe667897fe
parentf3fab9a2598efa16ac6e28570f19c806bc6874a5 (diff)
Tentative fix for PR#4116
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7623 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d5d7ea5fa..aac5c3659 100755
--- a/configure
+++ b/configure
@@ -590,7 +590,7 @@ case "$host" in
hppa*-*-linux*) arch=hppa; system=linux;;
hppa*-*-gnu*) arch=hppa; system=gnu;;
powerpc-*-linux*) arch=power; model=ppc; system=elf;;
- powerpc-*-netbsd*) arch=power; model=ppc; system=bsd;;
+ powerpc-*-netbsd*) arch=power; model=ppc; system=elf;;
powerpc-*-rhapsody*) arch=power; model=ppc; system=rhapsody;;
powerpc-*-darwin*) arch=power; system=rhapsody
if $arch64; then model=ppc64; else model=ppc; fi;;