|
@@ -15,6 +15,8 @@ CPPFLAGS_vmlinux.lds = -DTEXT_OFFSET=$(TEXT_OFFSET)
|
|
OBJCOPYFLAGS :=-O binary -R .note -R .comment -S
|
|
OBJCOPYFLAGS :=-O binary -R .note -R .comment -S
|
|
GZFLAGS :=-9
|
|
GZFLAGS :=-9
|
|
#CFLAGS +=-pipe
|
|
#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.
|
|
# Do not use arch/arm/defconfig - it's always outdated.
|
|
# Select a platform tht is kept up-to-date
|
|
# Select a platform tht is kept up-to-date
|