u-boot-brain/cpu/arm926ejs/at91sam9/config.mk

3 lines
93 B
Makefile
Raw Normal View History

PLATFORM_CPPFLAGS += -march=armv5te
PLATFORM_CPPFLAGS += $(call cc-option,-mtune=arm926ejs,)