summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/Makefile-templ6
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: