This website requires JavaScript.
Explore
Help
Sign in
michaelh
/
zephyr
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Releases
Activity
6102427e5d
zephyr
/
arch
/
arc
/
soc
/
em11d
/
Makefile
3 lines
118 B
Makefile
Raw
Normal View
History
Unescape
Escape
build: Introduce concept of SoC specific build flags Introduce a soc-cflags, soc-cxxflags, and soc-aflags as a means for SoC specific compiler flags to be set without manipulating Kbuild options directly. Change-Id: I2c8f5019fb237429e59717ef96bd4251a61dc1a5 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2016-05-26 10:32:04 -05:00
soc-cflags
=
$(
call cc-option,-mARCv2EM
)
\
arc: Adding EM11D SOC EM11D is a ARC CPU configuration that can be selected for the ARC EM Starter Kit. The board support for this board will be submitted separately to expidite review. Change-Id: Ifc4d48e1f5e01d44d1706e6426bd3b2d77ebe2f8 Signed-off-by: Chuck Jordan <cjordan@synopsys.com>
2016-05-20 20:59:25 -07:00
$(
call cc-option,-mav2em,
)
$(
call cc-option,-mno-sdata
)
Copy permalink