diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-10-31 16:54:16 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-10-31 16:54:16 -0700 |
| commit | df3eaf90e3fe7ba9b290f4551e577e654735b84e (patch) | |
| tree | a435407eece8902afdc02b22a37263280d5c6811 | |
| parent | 5327b0ab71069f499893afd1386fb7a9e638cb9a (diff) | |
| parent | 38aaac21e6bd1f5bc29dad7c3b357fbcf2b94b5f (diff) | |
Merge "ARM: 8701/1: fix sparse flags for build on 64bit machines"
| -rw-r--r-- | arch/arm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 24e19deb1f28..8d728d63aea0 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -133,7 +133,7 @@ endif KBUILD_CFLAGS +=$(CFLAGS_ABI) $(CFLAGS_ISA) $(arch-y) $(tune-y) $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,)) -msoft-float -Uarm KBUILD_AFLAGS +=$(CFLAGS_ABI) $(AFLAGS_ISA) $(arch-y) $(tune-y) -include asm/unified.h -msoft-float -CHECKFLAGS += -D__arm__ +CHECKFLAGS += -D__arm__ -m32 #Default value head-y := arch/arm/kernel/head$(MMUEXT).o |
