Revert "Move compiler optimization to the SoC"
This reverts commit 778d5b11c5327be4b40c7745e9beaecfd6327e13. This patch has been identified as breaking the build when trying to manually build non-x86 applications. Change-Id: I1857745049dfef7193de58737108314b7aae01c5 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
009a19f164
commit
1f63ec7264
11 changed files with 17 additions and 43 deletions
|
@ -1,6 +0,0 @@
|
|||
|
||||
|
||||
KBUILD_CFLAGS += $(call cc-option,-mthumb -mcpu=cortex-m4) \
|
||||
$(call cc-option,-mthumb -march=armv7e-m)
|
||||
|
||||
KBUILD_AFLAGS += $(KBUILD_CFLAGS)
|
|
@ -1,5 +0,0 @@
|
|||
|
||||
KBUILD_CFLAGS += $(call cc-option,-mthumb -mcpu=cortex-m3) \
|
||||
$(call cc-option,-mthumb -march=armv7-m)
|
||||
|
||||
KBUILD_AFLAGS += $(KBUILD_CFLAGS)
|
Loading…
Add table
Add a link
Reference in a new issue