u-boot-brain/cpu/arm_intcm
Sergei Poselenov 1bb8b2ef27 ARM: fix warning: target CPU does not support interworking
This patch fixes warnings like this:

start.S:0: warning: target CPU does not support interworking

which come from some ARM cross compilers and are caused by hard-coded
(with "--with-cpu=arm9" configuration option) ARM targets (which
support ARM Thumb instructions), while the ARM target selected from
the command line (with "-march=armv4") doesn't support Thumb
instructions.

This warning is issued by the compiler regardless of the real use of
the Thumb instructions in code.

To fix this problem, we use options according to compiler version
being used.

Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-09-09 02:14:43 +02:00
..
config.mk ARM: fix warning: target CPU does not support interworking 2008-09-09 02:14:43 +02:00
cpu.c GCC-4.x fixes: clean up global data pointer initialization for all boards. 2006-03-31 18:32:53 +02:00
Makefile ARM: cleanup duplicated exception handlingcode 2008-02-14 09:38:21 +00:00
start.S Big white-space cleanup. 2008-05-21 00:14:08 +02:00