* [U-Boot-Users] [PATCH] Remove compiler warning: target CPU does not support interworking
@ 2007-09-10 2:34 Kyungmin Park
2007-09-10 7:27 ` Wolfgang Denk
0 siblings, 1 reply; 2+ messages in thread
From: Kyungmin Park @ 2007-09-10 2:34 UTC (permalink / raw)
To: u-boot
Remove compiler warning: target CPU does not support interworking
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
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,))
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot-Users] [PATCH] Remove compiler warning: target CPU does not support interworking
2007-09-10 2:34 [U-Boot-Users] [PATCH] Remove compiler warning: target CPU does not support interworking Kyungmin Park
@ 2007-09-10 7:27 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2007-09-10 7:27 UTC (permalink / raw)
To: u-boot
In message <9c9fda240709091934n3c58850dtb840965cde9ca241@mail.gmail.com> you wrote:
> Remove compiler warning: target CPU does not support interworking
>
> Signed-off-by: Kyungmin Park <kyungmin.park@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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-09-10 7:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-10 2:34 [U-Boot-Users] [PATCH] Remove compiler warning: target CPU does not support interworking Kyungmin Park
2007-09-10 7:27 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox