Added comment about specifying specific machine type and/or cpu type

This commit is contained in:
Janet Anderson
2011-08-19 15:56:48 -05:00
parent 061b654f03
commit 3c83a35d9d

View File

@@ -32,5 +32,11 @@ COMMANDLINE_LIBRARY = READLINE
# Needs -lcurses (older versions)
#COMMANDLINE_LIBRARY = READLINE_CURSES
# Optionally specify a specific machine type and/or cpu type.
# Generate instructions for a specific machine type with -march=<cpu-type>
# Tune for a specific cpu-type with -mtune=<cpu-type>
# Specifying -march=<cpu-type> implies -mtune=<cpu-type>.
#ARCH_DEP_CFLAGS = -mtune=i686 -march=i686
OP_SYS_CFLAGS += -g