diff --git a/[refs] b/[refs] index 99873ae2d952..1b00a74d9493 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: afe4b25e7d9260d85fccb2d13c9933a987bdfc8a +refs/heads/master: 5636810d6f17493717ef0f03efc0315026db934d diff --git a/trunk/arch/arm/Makefile b/trunk/arch/arm/Makefile index 6f4f8bf36071..b6001f97c80c 100644 --- a/trunk/arch/arm/Makefile +++ b/trunk/arch/arm/Makefile @@ -15,6 +15,8 @@ CPPFLAGS_vmlinux.lds = -DTEXT_OFFSET=$(TEXT_OFFSET) OBJCOPYFLAGS :=-O binary -R .note -R .comment -S GZFLAGS :=-9 #CFLAGS +=-pipe +# Explicitly specifiy 32-bit ARM ISA since toolchain default can be -mthumb: +CFLAGS +=$(call cc-option,-marm,) # Do not use arch/arm/defconfig - it's always outdated. # Select a platform tht is kept up-to-date