configure: Show how to switch to clang on Linux.

This commit is contained in:
Andrew Johnson
2011-08-26 16:49:36 -05:00
parent 239e1487e1
commit 86c373370f
2 changed files with 13 additions and 1 deletions
@@ -34,3 +34,9 @@ COMMANDLINE_LIBRARY = READLINE
OP_SYS_CFLAGS += -g
# Some Linux distributions provide clang as an alternative to GCC.
# To use clang if you have it, uncomment these three lines:
#CC = clang
#CCC = clang++
#GNU_LDLIBS_YES =
+7 -1
View File
@@ -32,5 +32,11 @@ COMMANDLINE_LIBRARY = READLINE
# Needs -lcurses (older versions)
#COMMANDLINE_LIBRARY = READLINE_CURSES
OP_SYS_CFLAGS += -g
# Some Linux distributions provide clang as an alternative to GCC.
# To use clang if you have it, uncomment these three lines:
#CC = clang
#CCC = clang++
#GNU_LDLIBS_YES =