Orthographe de NATIVECCCOMPOPTS.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@126 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 1995-07-20 07:50:43 +00:00
parent a1ff6727e7
commit 08e119d949
1 changed files with 5 additions and 1 deletions

View File

@ -29,7 +29,9 @@ NATIVECC=cc
#NATIVECC=gcc
### Additional compile-time options for $(NATIVECC).
NATIVECCOMPOPTS=
# NATIVECCCOMPOPTS=
# For the Alpha:
NATIVECCCOMPOPTS=-std1
### Additional link-time options
CCLINKOPTS=
@ -44,6 +46,8 @@ LOWADDRESSES=-Xlinker -taso
# ASFLAGS=-P
# For the Alpha or the Mips:
ASFLAGS=-O2
# Otherwise:
# ASFLAGS=
### Libraries needed
CCLIBS=$(TERMINFOLIBS) -lm