8 lines
179 B
Plaintext
8 lines
179 B
Plaintext
# Include definitions common to linux pentium targets
|
|
include $(CONFIG)/os/CONFIG.Common.linux-x86
|
|
|
|
ARCH_DEP_CFLAGS += -march=i686
|
|
|
|
# have no full C++11
|
|
STD_CXXFLAGS = -std=c++0x
|