7 lines
171 B
Plaintext
7 lines
171 B
Plaintext
# Include definitions common to linux pentium targets
|
|
include $(CONFIG)/os/CONFIG.Common.linux-x86
|
|
|
|
COMMANDLINE_LIBRARY = READLINE_NCURSES
|
|
|
|
ARCH_DEP_CFLAGS += -march=i686
|