diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2006-09-20 17:44:05 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2006-09-20 17:44:05 +0000 |
commit | c28863124b189ed57ec22ab83a60bdbbcf780b70 (patch) | |
tree | 363139bfd3ca620e4d02bc7b74124dfe667897fe | |
parent | f3fab9a2598efa16ac6e28570f19c806bc6874a5 (diff) |
Tentative fix for PR#4116
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7623 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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;; |