We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d2bc9 commit f208b87Copy full SHA for f208b87
arch/sh/Makefile
@@ -31,7 +31,7 @@ isa-y := $(isa-y)-up
31
endif
32
33
cflags-$(CONFIG_CPU_SH2) := $(call cc-option,-m2,)
34
-cflags-$(CONFIG_CPU_J2) := $(call cc-option,-mj2,)
+cflags-$(CONFIG_CPU_J2) += $(call cc-option,-mj2,)
35
cflags-$(CONFIG_CPU_SH2A) += $(call cc-option,-m2a,) \
36
$(call cc-option,-m2a-nofpu,) \
37
$(call cc-option,-m4-nofpu,)
0 commit comments