summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1997-02-25 14:39:28 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1997-02-25 14:39:28 +0000
commite5972b1bfa081b02e0fa23a1fd76666607a7933a (patch)
tree3a5114fa5f41f5acb5cad8092310af142acb33f0 /configure
parentc53ca1c57997dba5b510647cff18e2798c537b67 (diff)
downloadocaml-e5972b1bfa081b02e0fa23a1fd76666607a7933a.tar.gz
Options pour NextStep
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1296 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 9cb48f3d70..e50bc4ad15 100755
--- a/configure
+++ b/configure
@@ -159,7 +159,7 @@ bytecclinkopts=""
case "$bytecc,$host" in
gcc,*-*-nextstep*)
- bytecccompopts="-fno-defer-pop -Wall -U__GNUC__ -D_POSIX_SOURCE";;
+ bytecccompopts="-fno-defer-pop -Wall -U__GNUC__ -posix";;
gcc,alpha-*-osf*)
bytecccompopts="-fno-defer-pop -Wall"
bytecclinkopts="-Xlinker -taso";;
@@ -216,7 +216,7 @@ case "$arch,$nativecc,$system" in
mips,cc,irix) nativecccompopts=-32
nativecclinkopts="-32 -Wl,-woff,84";;
mips,cc,ultrix) nativecccompopts=-std;;
- *,*,nextstep) nativecccompopts="-Wall -D_POSIX_SOURCE";;
+ *,*,nextstep) nativecccompopts="-Wall -posix";;
*,gcc,*) nativecccompopts=-Wall;;
esac