11 lines
240 B
Plaintext
11 lines
240 B
Plaintext
# Include definitions common to linux pentium targets
|
|
include $(CONFIG)/os/CONFIG.Common.linux-x86
|
|
|
|
COMMANDLINE_LIBRARY = READLINE
|
|
|
|
OPT_CFLAGS += -g
|
|
OPT_CXXFLAGS += -g
|
|
|
|
ARCH_DEP_CFLAGS += -march=i686
|
|
ARCH_DEP_CFLAGS += -fno-strict-aliasing
|