[U-Boot-Users] [PATCH] ARM926: Remove compiler warning: target CPU does not support interworking

Hi,
This Patch removes compiler warning about target cpu not supporting interworking for arm926ejs processor.
--- u-boot-1.3.1/cpu/arm926ejs/config.mk 2007-12-06 01:21:19.000000000 -0800 +++ uboot/cpu/arm926ejs/config.mk 2007-12-18 20:22:57.093750000 -0800 @@ -31,4 +31,5 @@ PLATFORM_CPPFLAGS += -march=armv4 # # ========================================================================= PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu) +PLATFORM_CPPFLAGS +=$(call cc-option,-mno-thumb-interwork,) PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
Signed-off-by: Hebbar
I welcome comments, complaints, suggestions and advices.
Regards Gururaja

In message 14408188.post@talk.nabble.com you wrote:
Hi,
This Patch removes compiler warning about target cpu not supporting interworking for arm926ejs processor.
--- u-boot-1.3.1/cpu/arm926ejs/config.mk 2007-12-06 01:21:19.000000000 -0800 +++ uboot/cpu/arm926ejs/config.mk 2007-12-18 20:22:57.093750000 -0800 @@ -31,4 +31,5 @@ PLATFORM_CPPFLAGS += -march=armv4 # # ========================================================================= PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu) +PLATFORM_CPPFLAGS +=$(call cc-option,-mno-thumb-interwork,) PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
Signed-off-by: Hebbar
Same as before and with your third posting: please provide a correct S-o-b line.
Best regards,
Wolfgang Denk

Hi,
This Patch removes compiler warning about target cpu not supporting interworking for arm926ejs processor.
Signed-off-by: K R Gururaja Hebbar gururajakr@sanyo.co.in
--- u-boot-1.3.1/cpu/arm926ejs/config.mk 2007-12-06 01:21:19.000000000 -0800 +++ uboot/cpu/arm926ejs/config.mk 2007-12-18 20:22:57.093750000 -0800 @@ -31,4 +31,5 @@ PLATFORM_CPPFLAGS += -march=armv4 # # ========================================================================= PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu) +PLATFORM_CPPFLAGS +=$(call cc-option,-mno-thumb-interwork,) PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
I welcome comments, complaints, suggestions and advices.
Regards Gururaja

Hello,
in message 14408492.post@talk.nabble.com you wrote:
This Patch removes compiler warning about target cpu not supporting interworking for arm926ejs processor.
Signed-off-by: K R Gururaja Hebbar gururajakr@sanyo.co.in
A more or less identical patch (see entry "[PATCH] Remove warning: target CPU does not support interworking in ARMv6" at http://www.denx.de/wiki/UBoot/PatchStatus) has been rejected before. I think the same will happen to this one when Peter Pearse manages to process it.
Best regards,
Wolfgang Denk
participants (2)
-
Hebbar
-
Wolfgang Denk