From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hebbar Date: Tue, 18 Dec 2007 15:37:01 -0800 (PST) Subject: [U-Boot-Users] [PATCH] ARM926: Remove compiler warning: target CPU does not support interworking Message-ID: <14408188.post@talk.nabble.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 -- View this message in context: http://www.nabble.com/-PATCH--ARM926%3A-Remove-compiler-warning%3A-target-CPU-does-not-support-interworking-tp14408188p14408188.html Sent from the Uboot - Users mailing list archive at Nabble.com.