[U-Boot-Users] [PATCH] Remove compiler warning: target CPU does not support interworking
Wolfgang Denk
wd at denx.de
Mon Sep 10 09:27:44 CEST 2007
In message <9c9fda240709091934n3c58850dtb840965cde9ca241 at mail.gmail.com> you wrote:
> Remove compiler warning: target CPU does not support interworking
>
> Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
Applied, thanks.
> diff --git a/cpu/arm1136/config.mk b/cpu/arm1136/config.mk
> index e39e774..6ab0dd3 100644
> --- a/cpu/arm1136/config.mk
> +++ b/cpu/arm1136/config.mk
> @@ -31,4 +31,5 @@ PLATFORM_CPPFLAGS += -march=armv5
> #
> # =========================================================================
> 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,))
Please not that the patch was corrupted by your mailer (line wrap).
Make sure to fix your mailer settings when posting more patches.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
To understand a program you must become both the machine and the
program.
More information about the U-Boot
mailing list