Moved $(CONFIG)/CONFIG.gnuCommon include so we can override.
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
# Include definitions common to all Unix targets
|
||||
include $(CONFIG)/os/CONFIG.Common.UnixCommon
|
||||
|
||||
# Include common gnu compiler definitions
|
||||
include $(CONFIG)/CONFIG.gnuCommon
|
||||
|
||||
#
|
||||
# Set OS-specific information
|
||||
#
|
||||
@@ -61,9 +64,6 @@ LDLIBS_READLINE = -lreadline
|
||||
#
|
||||
COMMANDLINE_LIBRARY=READLINE
|
||||
|
||||
# Include common gnu compiler definitions
|
||||
include $(CONFIG)/CONFIG.gnuCommon
|
||||
|
||||
GNU_DIR = /usr
|
||||
|
||||
CC = $(GNU_BIN)/cc
|
||||
|
||||
Reference in New Issue
Block a user