diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2009-07-24 07:32:53 -0400 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2009-07-24 07:32:53 -0400 |
commit | 0becb088501886f37ade38762c8eaaf4263572cc (patch) | |
tree | 8b1b6b5fd4e491d0c082d69bb8096434d5b7a31f /arch/arm/Makefile | |
parent | 88987ef91b99cf99bc5d167caeb31d4958fbf931 (diff) |
Thumb-2: Add macros for the unified assembler syntax
This patch adds various C and assembler macros that help with using
the unified assembler syntax for compiling files to either ARM or
Thumb-2 modes.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm/Makefile')
-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 c877d6df23d1..3505572a21e6 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -95,7 +95,7 @@ endif | |||
95 | 95 | ||
96 | # Need -Uarm for gcc < 3.x | 96 | # Need -Uarm for gcc < 3.x |
97 | KBUILD_CFLAGS +=$(CFLAGS_ABI) $(arch-y) $(tune-y) $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,)) -msoft-float -Uarm | 97 | KBUILD_CFLAGS +=$(CFLAGS_ABI) $(arch-y) $(tune-y) $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,)) -msoft-float -Uarm |
98 | KBUILD_AFLAGS +=$(CFLAGS_ABI) $(arch-y) $(tune-y) -msoft-float | 98 | KBUILD_AFLAGS +=$(CFLAGS_ABI) $(arch-y) $(tune-y) -include asm/unified.h -msoft-float |
99 | 99 | ||
100 | CHECKFLAGS += -D__arm__ | 100 | CHECKFLAGS += -D__arm__ |
101 | 101 | ||