Ajout ASFLAGS.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@123 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 1995-07-18 17:41:36 +00:00
parent 2ee785a0c7
commit aa76a4e56c
1 changed files with 6 additions and 0 deletions

View File

@ -39,6 +39,12 @@ LOWADDRESSES=-Xlinker -taso
# Otherwise:
# LOWADDRESSES=
### Flags for the assembler
# For the Sparc:
# ASFLAGS=-P
# For the Alpha or the Mips:
ASFLAGS=-O2
### Libraries needed
CCLIBS=$(TERMINFOLIBS) -lm