
In message 20071025161107.465063527@sig21.net you wrote:
KB9202 EABI build with CodeSourcery EABI toolchain (arm-2007q3-51-arm-none-linux-gnueabi)
Signed-off-by: Johannes Stezenbach js@sig21.net
diff -r 1f24112792e7 -r aeff4cd3d1be cpu/arm920t/config.mk --- a/cpu/arm920t/config.mk Fri Oct 19 18:34:12 2007 +0200 +++ b/cpu/arm920t/config.mk Fri Oct 19 18:35:39 2007 +0200 @@ -24,11 +24,10 @@ PLATFORM_RELFLAGS += -fno-strict-aliasin PLATFORM_RELFLAGS += -fno-strict-aliasing -fno-common -ffixed-r8 \ -msoft-float
-PLATFORM_CPPFLAGS += -march=armv4 +PLATFORM_CPPFLAGS += -march=armv4t # ========================================================================= # # Supply options according to compiler version # # ========================================================================= -PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu) PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
Did you test this modification with other tool chains? Which ones? Which compiler / binutils versions?
Best regards,
Wolfgang Denk