diff options
author | Xavier Clerc <xavier.clerc@inria.fr> | 2011-08-01 08:52:10 +0000 |
---|---|---|
committer | Xavier Clerc <xavier.clerc@inria.fr> | 2011-08-01 08:52:10 +0000 |
commit | 12c25fa946c9a032fdb10ab07fbf3fd82f480cd0 (patch) | |
tree | 1807e0da720f9c379ebab3d842b671c31922be2b | |
parent | 9dc661c3bfa20708442de95b08227529ddf8c941 (diff) |
configuration step: inconsistency between 'Makefile-templ' and generated Makefile ('AS' versus 'ASM' variable).
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11161 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | config/Makefile-templ | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/Makefile-templ b/config/Makefile-templ index 1420522c8..da20a75fb 100644 --- a/config/Makefile-templ +++ b/config/Makefile-templ @@ -186,11 +186,11 @@ RANLIBCMD=ranlib ### Command and flags to use for assembling ocamlopt-generated code # For the Alpha or the Mips: -#AS=as -O2 +#ASM=as -O2 # For the PowerPC: -#AS=as -u -m ppc -w +#ASM=as -u -m ppc -w # Otherwise: -#AS=as +#ASM=as ### Command and flags to use for assembling .S files (often with preprocessing) # If gcc is available: |