Reconnaitre darwin comme rhapsody
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3609 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
10078faaa7
commit
499334c6a5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue