[oe-commits] org.oe.dev merge of '61fe56a76ce536d672adc18c3cdca0373750dd33'

xora commit openembedded-commits at lists.openembedded.org
Tue Jul 10 16:00:10 UTC 2007


merge of '61fe56a76ce536d672adc18c3cdca0373750dd33'
     and 'bfc292511191a1c641abb3c79b523c4c95e33a03'

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: e83627c34a3570756ff549f9e7273f5bea3e57bf
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e83627c34a3570756ff549f9e7273f5bea3e57bf
Files:
1
packages/gcc/gcc-csl-arm/gcc-3.4.4-eabi-bigendian.patch
packages/gcc/gcc_csl-arm-2005q3.bb
packages/linux/fsg3-kernel_2.6.18.bb
packages/autoconf/autoconf-2.61/config-site.patch
packages/autoconf/autoconf_2.61.bb
Diffs:

#
# mt diff -r61fe56a76ce536d672adc18c3cdca0373750dd33 -re83627c34a3570756ff549f9e7273f5bea3e57bf
#
# 
# 
# add_file "packages/gcc/gcc-csl-arm/gcc-3.4.4-eabi-bigendian.patch"
#  content [008311dc2f647e2edbc8237be354fcf5f5e71e2f]
# 
# patch "packages/gcc/gcc_csl-arm-2005q3.bb"
#  from [f98dfc1e2c2356f88fadc3cab92e030e0d162c0d]
#    to [abae682fa0bd645ccf732fd208f25c9391aecd71]
# 
# patch "packages/linux/fsg3-kernel_2.6.18.bb"
#  from [ce39fe5171bf38acd7aea7c3116494648d56f9b4]
#    to [4ac230c89fa86ba1e2157648762a1d6ad36bbc76]
# 
============================================================
--- packages/gcc/gcc-csl-arm/gcc-3.4.4-eabi-bigendian.patch	008311dc2f647e2edbc8237be354fcf5f5e71e2f
+++ packages/gcc/gcc-csl-arm/gcc-3.4.4-eabi-bigendian.patch	008311dc2f647e2edbc8237be354fcf5f5e71e2f
@@ -0,0 +1,12 @@
+--- gcc-2005q3/gcc/config/arm/linux-eabi.h~	2007-07-10 09:19:47.000000000 +0930
++++ gcc-2005q3/gcc/config/arm/linux-eabi.h	2007-07-10 10:42:37.000000000 +0930
+@@ -48,7 +48,8 @@
+ #define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm10tdmi
+ 
+ #undef SUBTARGET_EXTRA_LINK_SPEC
+-#define SUBTARGET_EXTRA_LINK_SPEC " -m armelf_linux_eabi"
++#define SUBTARGET_EXTRA_LINK_SPEC \
++    " %{mbig-endian:-m armelfb_linux_eabi} %{mlittle-endian:-m armelf_linux_eabi} "
+ 
+ /* Use ld-linux.so.3 so that it will be possible to run "classic"
+    GNU/Linux binaries on an EABI system.  */
============================================================
--- packages/gcc/gcc_csl-arm-2005q3.bb	f98dfc1e2c2356f88fadc3cab92e030e0d162c0d
+++ packages/gcc/gcc_csl-arm-2005q3.bb	abae682fa0bd645ccf732fd208f25c9391aecd71
@@ -13,7 +13,8 @@ SRC_URI = "http://www.codesourcery.com/p
 require gcc-package.inc
 
 SRC_URI = "http://www.codesourcery.com/public/gnu_toolchain/arm/2005q3-2/arm-2005q3-2-arm-none-linux-gnueabi.src.tar.bz2 \
-           file://gcc_optab_arm.patch;patch=1"
+           file://gcc_optab_arm.patch;patch=1 \
+           file://gcc-3.4.4-eabi-bigendian.patch;patch=1"
 
 do_unpack2() {
 	cd ${WORKDIR}
============================================================
--- packages/linux/fsg3-kernel_2.6.18.bb	ce39fe5171bf38acd7aea7c3116494648d56f9b4
+++ packages/linux/fsg3-kernel_2.6.18.bb	4ac230c89fa86ba1e2157648762a1d6ad36bbc76
@@ -6,7 +6,7 @@
 # http://trac.nslu2-linux.org/kernel/
 #
 # The revision that is pulled from SVN is specified below
-IXP4XX_KERNEL_SVN_REV = "898"
+IXP4XX_KERNEL_SVN_REV = "902"
 #
 # The directory containing the patches to be applied is
 # specified below


#
# mt diff -rbfc292511191a1c641abb3c79b523c4c95e33a03 -re83627c34a3570756ff549f9e7273f5bea3e57bf
#
# 
# 
# add_file "packages/autoconf/autoconf-2.61/config-site.patch"
#  content [b83a5c63b39c809371af530d1b25b207e7c27dbe]
# 
# patch "packages/autoconf/autoconf_2.61.bb"
#  from [5b63219a0f5805d538df64bc42bf4707ec3de7c9]
#    to [135bc1ab5bc4874de77b64ca663c3fe9d595cdc9]
# 
============================================================
--- packages/autoconf/autoconf-2.61/config-site.patch	b83a5c63b39c809371af530d1b25b207e7c27dbe
+++ packages/autoconf/autoconf-2.61/config-site.patch	b83a5c63b39c809371af530d1b25b207e7c27dbe
@@ -0,0 +1,13 @@
+Index: autoconf-2.61/lib/autoconf/general.m4
+===================================================================
+--- autoconf-2.61.orig/lib/autoconf/general.m4	2007-07-10 15:09:01.000000000 +0100
++++ autoconf-2.61/lib/autoconf/general.m4	2007-07-10 15:09:17.000000000 +0100
+@@ -1767,7 +1767,7 @@
+ m4_define([AC_SITE_LOAD],
+ [# Prefer explicitly selected file to automatically selected ones.
+ if test -n "$CONFIG_SITE"; then
+-  set x "$CONFIG_SITE"
++  set x $CONFIG_SITE
+ elif test "x$prefix" != xNONE; then
+   set x "$prefix/share/config.site" "$prefix/etc/config.site"
+ else
============================================================
--- packages/autoconf/autoconf_2.61.bb	5b63219a0f5805d538df64bc42bf4707ec3de7c9
+++ packages/autoconf/autoconf_2.61.bb	135bc1ab5bc4874de77b64ca663c3fe9d595cdc9
@@ -8,6 +8,7 @@ SRC_URI += "file://autoreconf-include.pa
 	   file://autoreconf-foreign.patch;patch=1 \
 	   file://autoreconf-gnuconfigize.patch;patch=1 \
 	   file://autoheader-nonfatal-warnings.patch;patch=1 \
+	   file://config-site.patch;patch=1 \
 	   ${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]}"
 
 DEFAULT_PREFERENCE = "-1"






More information about the Openembedded-commits mailing list