[Armadeus-commitlog] armadeus branch, master, updated. release-3.2-423-g1aa2f76
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2010-06-10 12:05:19
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 1aa2f760ada63840b959f98a0b0b92e05bc14600 (commit)
from f01d6ce6a46509a9b8e97da7272a2ef1320462ed (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1aa2f760ada63840b959f98a0b0b92e05bc14600
Author: Julien Boibessot <jul...@ar...>
Date: Thu Jun 10 14:04:03 2010 +0200
[UBOOT] removes thumb interworking warning when compiling U-Boot for apf9328
-----------------------------------------------------------------------
Summary of changes:
....3.4-403-apf9328-arm920t_is_a_armv4t_arch.patch | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
create mode 100644 buildroot/target/u-boot/u-boot-1.3.4-403-apf9328-arm920t_is_a_armv4t_arch.patch
diff --git a/buildroot/target/u-boot/u-boot-1.3.4-403-apf9328-arm920t_is_a_armv4t_arch.patch b/buildroot/target/u-boot/u-boot-1.3.4-403-apf9328-arm920t_is_a_armv4t_arch.patch
new file mode 100644
index 0000000..b9ee3d5
--- /dev/null
+++ b/buildroot/target/u-boot/u-boot-1.3.4-403-apf9328-arm920t_is_a_armv4t_arch.patch
@@ -0,0 +1,19 @@
+Otherwise if gcc is compiled with --with-arch=armv4t, following warning
+occurs:
+ warning: target CPU does not support interworking
+
+Signed-off-by: Julien Boibessot <jul...@ar...>
+
+Index: u-boot-1.3.4/cpu/arm920t/config.mk
+===================================================================
+--- u-boot-1.3.4.orig/cpu/arm920t/config.mk 2010-06-10 13:57:28.000000000 +0200
++++ u-boot-1.3.4/cpu/arm920t/config.mk 2010-06-10 13:57:39.000000000 +0200
+@@ -24,7 +24,7 @@
+ PLATFORM_RELFLAGS += -fno-strict-aliasing -fno-common -ffixed-r8 \
+ -msoft-float
+
+-PLATFORM_CPPFLAGS += -march=armv4
++PLATFORM_CPPFLAGS += -march=armv4t
+ # =========================================================================
+ #
+ # Supply options according to compiler version
hooks/post-receive
--
armadeus
|