diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1997-05-13 14:02:58 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1997-05-13 14:02:58 +0000 |
commit | 8f7049a7f415d964b01203cb126f42f5abde6486 (patch) | |
tree | 89cda2a1647313f2f0336cdbce9413bfd0a851fb /configure | |
parent | 6a87510d7a89681f3bdff1ad7085a8c519847cf8 (diff) | |
download | ocaml-8f7049a7f415d964b01203cb126f42f5abde6486.tar.gz |
Makefile.nt: manque qques %%
configure: bug pour nextstep
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1531 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ bytecccompopts="" bytecclinkopts="" case "$bytecc,$host" in - gcc,*-*-nextstep*) + cc,*-*-nextstep*) # GNU C extensions disabled, but __GNUC__ still defined! bytecccompopts="-fno-defer-pop -Wall -U__GNUC__ -posix" bytecclinkopts="-posix";; |