Orthographe de NATIVECCCOMPOPTS.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@126 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
a1ff6727e7
commit
08e119d949
|
@ -29,7 +29,9 @@ NATIVECC=cc
|
||||||
#NATIVECC=gcc
|
#NATIVECC=gcc
|
||||||
|
|
||||||
### Additional compile-time options for $(NATIVECC).
|
### Additional compile-time options for $(NATIVECC).
|
||||||
NATIVECCOMPOPTS=
|
# NATIVECCCOMPOPTS=
|
||||||
|
# For the Alpha:
|
||||||
|
NATIVECCCOMPOPTS=-std1
|
||||||
|
|
||||||
### Additional link-time options
|
### Additional link-time options
|
||||||
CCLINKOPTS=
|
CCLINKOPTS=
|
||||||
|
@ -44,6 +46,8 @@ LOWADDRESSES=-Xlinker -taso
|
||||||
# ASFLAGS=-P
|
# ASFLAGS=-P
|
||||||
# For the Alpha or the Mips:
|
# For the Alpha or the Mips:
|
||||||
ASFLAGS=-O2
|
ASFLAGS=-O2
|
||||||
|
# Otherwise:
|
||||||
|
# ASFLAGS=
|
||||||
|
|
||||||
### Libraries needed
|
### Libraries needed
|
||||||
CCLIBS=$(TERMINFOLIBS) -lm
|
CCLIBS=$(TERMINFOLIBS) -lm
|
||||||
|
|
Loading…
Reference in New Issue