Skip to content

Commit

Permalink
MAJ options Nextstep
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1343 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
xleroy committed Mar 8, 1997
1 parent a971bbe commit 1e7aaed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ bytecclinkopts=""

case "$bytecc,$host" in
gcc,*-*-nextstep*)
bytecccompopts="-fno-defer-pop -Wall -U__GNUC__ -posix";;
bytecccompopts="-fno-defer-pop -Wall -U__GNUC__ -posix"
bytecclinkopts="-posix";;
gcc,alpha-*-osf*)
bytecccompopts="-fno-defer-pop -Wall"
bytecclinkopts="-Xlinker -taso";;
Expand Down Expand Up @@ -216,7 +217,8 @@ case "$arch,$nativecc,$system" in
mips,cc,irix) nativecccompopts=-32
nativecclinkopts="-32 -Wl,-woff,84";;
mips,cc,ultrix) nativecccompopts=-std;;
*,*,nextstep) nativecccompopts="-Wall -posix";;
*,*,nextstep) nativecccompopts="-Wall -posix"
nativecclinkopts="-posix";;
*,gcc,*) nativecccompopts=-Wall;;
esac

Expand Down

0 comments on commit 1e7aaed

Please sign in to comment.