From 499334c6a5b7fef85b8380ca79f8af97787e0e62 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Thu, 2 Aug 2001 08:59:52 +0000 Subject: Reconnaitre darwin comme rhapsody git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3609 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 8f74f4047f..32c8eb17ef 100755 --- a/configure +++ b/configure @@ -191,7 +191,7 @@ case "$bytecc,$host" in # GNU C extensions disabled, but __GNUC__ still defined! bytecccompopts="-fno-defer-pop $gcc_warnings -U__GNUC__ -posix" bytecclinkopts="-posix";; - *,*-*-rhapsody*) + *,*-*-rhapsody*|*,*-*-darwin*) # Almost the same as NeXTStep bytecccompopts="-fno-defer-pop $gcc_warnings -DSHRINKED_GNUC" mathlib="";; @@ -383,6 +383,7 @@ case "$host" in powerpc-*-aix*) arch=power; model=ppc; system=aix;; powerpc-*-linux*) arch=power; model=ppc; system=elf;; powerpc-*-rhapsody*) arch=power; model=ppc; system=rhapsody;; + powerpc-*-darwin*) arch=power; model=ppc; system=rhapsody;; arm*-*-linux*) arch=arm; system=linux;; ia64-*-linux*) arch=ia64; system=linux;; esac -- cgit v1.2.1