diff options
author | Tom Rini <trini@ti.com> | 2015-02-13 13:10:30 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-02-13 13:10:30 -0500 |
commit | c445506d73a0fba6472d12510b2d41148f078349 (patch) | |
tree | bfbb634445bbf2035de310b47681542b5512c604 /arch/arc/config.mk | |
parent | 921ed4e840fecd93ed14e11d1267f476e7e92d29 (diff) | |
parent | f13606b77d32344d35f6430eb45cffd47302e244 (diff) |
Merge git://git.denx.de/u-boot-arc
Diffstat (limited to 'arch/arc/config.mk')
-rw-r--r-- | arch/arc/config.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arc/config.mk b/arch/arc/config.mk index f1e81b6895..4fcd4076c4 100644 --- a/arch/arc/config.mk +++ b/arch/arc/config.mk @@ -38,6 +38,18 @@ ifdef CONFIG_CPU_ARC770D PLATFORM_CPPFLAGS += -marc700 -mlock -mswape endif +ifdef CONFIG_CPU_ARCEM6 +PLATFORM_CPPFLAGS += -marcem +endif + +ifdef CONFIG_CPU_ARCHS34 +PLATFORM_CPPFLAGS += -marchs +endif + +ifdef CONFIG_CPU_ARCHS38 +PLATFORM_CPPFLAGS += -marchs +endif + PLATFORM_CPPFLAGS += -ffixed-r25 -D__ARC__ -gdwarf-2 # Needed for relocation |