[oe-commits] org.oe.dev Refresh patches based on 4.3.1 for 4.3.2

khem commit oe at amethyst.openembedded.net
Mon Sep 1 18:31:29 UTC 2008


Refresh patches based on 4.3.1 for 4.3.2
All it needed was regenerating configure scripts.

-Khem

Author: khem at openembedded.org
Branch: org.openembedded.dev
Revision: 9227ea3bf265aa47fa2da7b67e06a702ae4037c8
ViewMTN: http://monotone.openembedded.org/revision/info/9227ea3bf265aa47fa2da7b67e06a702ae4037c8
Files:
1
packages/gcc/gcc-4.3.2/200-uclibc-locale.patch
packages/gcc/gcc-4.3.2/gcc-4.3.1-SYSROOT_CFLAGS_FOR_TARGET.patch
packages/gcc/gcc-4.3.2/gcc-flags-for-build.patch
packages/gcc/gcc-4.3.2.inc
packages/gcc/gcc-cross-sdk_4.3.2.bb
packages/gcc/gcc-cross_4.3.2.bb
packages/gcc/gcc_4.3.2.bb
Diffs:

#
# mt diff -r2e853a59a8c459403ea34cd969fa9fcc331fd892 -r9227ea3bf265aa47fa2da7b67e06a702ae4037c8
#
#
#
# patch "packages/gcc/gcc-4.3.2/200-uclibc-locale.patch"
#  from [759565fa86b80e47e509cda3dfa36b4097e9e866]
#    to [88f1c8675d51f97de3e9b5a3d2c7361a260d4d93]
# 
# patch "packages/gcc/gcc-4.3.2/gcc-4.3.1-SYSROOT_CFLAGS_FOR_TARGET.patch"
#  from [54476decfdfe84996cd127331065e40ee27c9d07]
#    to [0c14863721d3743dadb5e2818a711955754b738f]
# 
# patch "packages/gcc/gcc-4.3.2/gcc-flags-for-build.patch"
#  from [ff447e3a1401e04e24cff3c48c78cea47d10d99a]
#    to [f523c99aa197e13723e5aead9ff43f2bbebf17cc]
# 
# patch "packages/gcc/gcc-4.3.2.inc"
#  from [feabf1a3194c436f120b5ef1c67580cf78ac604b]
#    to [03e601778dcfcc271efe95f3f986842a230b6e39]
# 
# patch "packages/gcc/gcc-cross-sdk_4.3.2.bb"
#  from [4c6065f09733473515d98381396fc2d67946fef9]
#    to [a3350fb80602ff9b8b9cfb0288dd9fac80d1f6a8]
# 
# patch "packages/gcc/gcc-cross_4.3.2.bb"
#  from [abb0f918ef942d92a3a9d63736be91f6f3294635]
#    to [4d05146ff56408c2ffc42ec2d3282818182c0c03]
# 
# patch "packages/gcc/gcc_4.3.2.bb"
#  from [385d0ab9ee575faeb1d53b500e6174680db0a189]
#    to [b129c606b0e2f1ecfd3c021ed4cbe22c84526a57]
#
============================================================
--- packages/gcc/gcc-4.3.2/200-uclibc-locale.patch	759565fa86b80e47e509cda3dfa36b4097e9e866
+++ packages/gcc/gcc-4.3.2/200-uclibc-locale.patch	88f1c8675d51f97de3e9b5a3d2c7361a260d4d93
@@ -1,7 +1,7 @@
-Index: gcc-4.3.1/libstdc++-v3/acinclude.m4
+Index: gcc-4.3.2/libstdc++-v3/acinclude.m4
 ===================================================================
---- gcc-4.3.1.orig/libstdc++-v3/acinclude.m4	2008-04-25 09:52:57.000000000 -0700
-+++ gcc-4.3.1/libstdc++-v3/acinclude.m4	2008-08-19 01:15:23.000000000 -0700
+--- gcc-4.3.2.orig/libstdc++-v3/acinclude.m4	2008-04-25 09:52:57.000000000 -0700
++++ gcc-4.3.2/libstdc++-v3/acinclude.m4	2008-08-28 17:55:56.000000000 -0700
 @@ -1349,7 +1349,7 @@
  AC_DEFUN([GLIBCXX_ENABLE_CLOCALE], [
    GLIBCXX_ENABLE(clocale,auto,[@<:@=MODEL@:>@],
@@ -62,10 +62,10 @@ Index: gcc-4.3.1/libstdc++-v3/acinclude.
    esac
  
    # This is where the testsuite looks for locale catalogs, using the
-Index: gcc-4.3.1/libstdc++-v3/config/locale/uclibc/c++locale_internal.h
+Index: gcc-4.3.2/libstdc++-v3/config/locale/uclibc/c++locale_internal.h
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ gcc-4.3.1/libstdc++-v3/config/locale/uclibc/c++locale_internal.h	2008-08-19 01:38:05.000000000 -0700
++++ gcc-4.3.2/libstdc++-v3/config/locale/uclibc/c++locale_internal.h	2008-08-28 17:55:56.000000000 -0700
 @@ -0,0 +1,63 @@
 +// Prototypes for GLIBC thread locale __-prefixed functions -*- C++ -*-
 +
@@ -130,10 +130,10 @@ Index: gcc-4.3.1/libstdc++-v3/config/loc
 +#endif
 +
 +#endif // GLIBC 2.3 and later
-Index: gcc-4.3.1/libstdc++-v3/config/locale/uclibc/c_locale.cc
+Index: gcc-4.3.2/libstdc++-v3/config/locale/uclibc/c_locale.cc
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ gcc-4.3.1/libstdc++-v3/config/locale/uclibc/c_locale.cc	2008-08-19 01:38:05.000000000 -0700
++++ gcc-4.3.2/libstdc++-v3/config/locale/uclibc/c_locale.cc	2008-08-28 17:55:56.000000000 -0700
 @@ -0,0 +1,160 @@
 +// Wrapper for underlying C-language localization -*- C++ -*-
 +
@@ -295,10 +295,10 @@ Index: gcc-4.3.1/libstdc++-v3/config/loc
 +{
 +  const char* const* const locale::_S_categories = __gnu_cxx::category_names;
 +}  // namespace std
-Index: gcc-4.3.1/libstdc++-v3/config/locale/uclibc/c_locale.h
+Index: gcc-4.3.2/libstdc++-v3/config/locale/uclibc/c_locale.h
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ gcc-4.3.1/libstdc++-v3/config/locale/uclibc/c_locale.h	2008-08-19 01:38:05.000000000 -0700
++++ gcc-4.3.2/libstdc++-v3/config/locale/uclibc/c_locale.h	2008-08-28 17:55:56.000000000 -0700
 @@ -0,0 +1,117 @@
 +// Wrapper for underlying C-language localization -*- C++ -*-
 +
@@ -417,10 +417,10 @@ Index: gcc-4.3.1/libstdc++-v3/config/loc
 +}
 +
 +#endif
-Index: gcc-4.3.1/libstdc++-v3/config/locale/uclibc/codecvt_members.cc
+Index: gcc-4.3.2/libstdc++-v3/config/locale/uclibc/codecvt_members.cc
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ gcc-4.3.1/libstdc++-v3/config/locale/uclibc/codecvt_members.cc	2008-08-19 01:39:14.000000000 -0700
++++ gcc-4.3.2/libstdc++-v3/config/locale/uclibc/codecvt_members.cc	2008-08-28 17:55:56.000000000 -0700
 @@ -0,0 +1,308 @@
 +// std::codecvt implementation details, GNU version -*- C++ -*-
 +
@@ -730,10 +730,10 @@ Index: gcc-4.3.1/libstdc++-v3/config/loc
 +  }
 +#endif
 +}
-Index: gcc-4.3.1/libstdc++-v3/config/locale/uclibc/collate_members.cc
+Index: gcc-4.3.2/libstdc++-v3/config/locale/uclibc/collate_members.cc
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ gcc-4.3.1/libstdc++-v3/config/locale/uclibc/collate_members.cc	2008-08-19 01:38:05.000000000 -0700
++++ gcc-4.3.2/libstdc++-v3/config/locale/uclibc/collate_members.cc	2008-08-28 17:55:56.000000000 -0700
 @@ -0,0 +1,80 @@
 +// std::collate implementation details, GNU version -*- C++ -*-
 +
@@ -815,10 +815,10 @@ Index: gcc-4.3.1/libstdc++-v3/config/loc
 +    { return __wcsxfrm_l(__to, __from, __n, _M_c_locale_collate); }
 +#endif
 +}
-Index: gcc-4.3.1/libstdc++-v3/config/locale/uclibc/ctype_members.cc
+Index: gcc-4.3.2/libstdc++-v3/config/locale/uclibc/ctype_members.cc
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ gcc-4.3.1/libstdc++-v3/config/locale/uclibc/ctype_members.cc	2008-08-19 01:38:05.000000000 -0700
++++ gcc-4.3.2/libstdc++-v3/config/locale/uclibc/ctype_members.cc	2008-08-28 17:55:56.000000000 -0700
 @@ -0,0 +1,300 @@
 +// std::ctype implementation details, GNU version -*- C++ -*-
 +
@@ -1120,10 +1120,10 @@ Index: gcc-4.3.1/libstdc++-v3/config/loc
 +  }
 +#endif //  _GLIBCXX_USE_WCHAR_T
 +}
-Index: gcc-4.3.1/libstdc++-v3/config/locale/uclibc/messages_members.cc
+Index: gcc-4.3.2/libstdc++-v3/config/locale/uclibc/messages_members.cc
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ gcc-4.3.1/libstdc++-v3/config/locale/uclibc/messages_members.cc	2008-08-19 01:38:05.000000000 -0700
++++ gcc-4.3.2/libstdc++-v3/config/locale/uclibc/messages_members.cc	2008-08-28 17:55:56.000000000 -0700
 @@ -0,0 +1,100 @@
 +// std::messages implementation details, GNU version -*- C++ -*-
 +
@@ -1225,10 +1225,10 @@ Index: gcc-4.3.1/libstdc++-v3/config/loc
 +    }
 +#endif
 +}
-Index: gcc-4.3.1/libstdc++-v3/config/locale/uclibc/messages_members.h
+Index: gcc-4.3.2/libstdc++-v3/config/locale/uclibc/messages_members.h
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ gcc-4.3.1/libstdc++-v3/config/locale/uclibc/messages_members.h	2008-08-19 01:38:05.000000000 -0700
++++ gcc-4.3.2/libstdc++-v3/config/locale/uclibc/messages_members.h	2008-08-28 17:55:56.000000000 -0700
 @@ -0,0 +1,118 @@
 +// std::messages implementation details, GNU version -*- C++ -*-
 +
@@ -1348,10 +1348,10 @@ Index: gcc-4.3.1/libstdc++-v3/config/loc
 +	   this->_S_create_c_locale(this->_M_c_locale_messages, __s);
 +	 }
 +     }
-Index: gcc-4.3.1/libstdc++-v3/config/locale/uclibc/monetary_members.cc
+Index: gcc-4.3.2/libstdc++-v3/config/locale/uclibc/monetary_members.cc
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ gcc-4.3.1/libstdc++-v3/config/locale/uclibc/monetary_members.cc	2008-08-19 01:38:05.000000000 -0700
++++ gcc-4.3.2/libstdc++-v3/config/locale/uclibc/monetary_members.cc	2008-08-28 17:55:56.000000000 -0700
 @@ -0,0 +1,692 @@
 +// std::moneypunct implementation details, GNU version -*- C++ -*-
 +
@@ -2045,10 +2045,10 @@ Index: gcc-4.3.1/libstdc++-v3/config/loc
 +    }
 +#endif
 +}
-Index: gcc-4.3.1/libstdc++-v3/config/locale/uclibc/numeric_members.cc
+Index: gcc-4.3.2/libstdc++-v3/config/locale/uclibc/numeric_members.cc
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ gcc-4.3.1/libstdc++-v3/config/locale/uclibc/numeric_members.cc	2008-08-19 01:38:05.000000000 -0700
++++ gcc-4.3.2/libstdc++-v3/config/locale/uclibc/numeric_members.cc	2008-08-28 17:55:56.000000000 -0700
 @@ -0,0 +1,160 @@
 +// std::numpunct implementation details, GNU version -*- C++ -*-
 +
@@ -2210,10 +2210,10 @@ Index: gcc-4.3.1/libstdc++-v3/config/loc
 +    { delete _M_data; }
 + #endif
 +}
-Index: gcc-4.3.1/libstdc++-v3/config/locale/uclibc/time_members.cc
+Index: gcc-4.3.2/libstdc++-v3/config/locale/uclibc/time_members.cc
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ gcc-4.3.1/libstdc++-v3/config/locale/uclibc/time_members.cc	2008-08-19 01:38:05.000000000 -0700
++++ gcc-4.3.2/libstdc++-v3/config/locale/uclibc/time_members.cc	2008-08-28 17:55:56.000000000 -0700
 @@ -0,0 +1,406 @@
 +// std::time_get, std::time_put implementation, GNU version -*- C++ -*-
 +
@@ -2621,10 +2621,10 @@ Index: gcc-4.3.1/libstdc++-v3/config/loc
 +    }
 +#endif
 +}
-Index: gcc-4.3.1/libstdc++-v3/config/locale/uclibc/time_members.h
+Index: gcc-4.3.2/libstdc++-v3/config/locale/uclibc/time_members.h
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ gcc-4.3.1/libstdc++-v3/config/locale/uclibc/time_members.h	2008-08-19 01:38:05.000000000 -0700
++++ gcc-4.3.2/libstdc++-v3/config/locale/uclibc/time_members.h	2008-08-28 17:55:56.000000000 -0700
 @@ -0,0 +1,68 @@
 +// std::time_get, std::time_put implementation, GNU version -*- C++ -*-
 +
@@ -2694,11 +2694,11 @@ Index: gcc-4.3.1/libstdc++-v3/config/loc
 +      delete _M_data;
 +      _S_destroy_c_locale(_M_c_locale_timepunct);
 +    }
-Index: gcc-4.3.1/libstdc++-v3/configure
+Index: gcc-4.3.2/libstdc++-v3/configure
 ===================================================================
---- gcc-4.3.1.orig/libstdc++-v3/configure	2008-04-25 09:52:57.000000000 -0700
-+++ gcc-4.3.1/libstdc++-v3/configure	2008-08-19 01:38:04.000000000 -0700
-@@ -14001,7 +14001,7 @@
+--- gcc-4.3.2.orig/libstdc++-v3/configure	2008-07-07 12:49:54.000000000 -0700
++++ gcc-4.3.2/libstdc++-v3/configure	2008-08-28 18:02:13.000000000 -0700
+@@ -14003,7 +14003,7 @@
    enableval="$enable_clocale"
  
        case "$enableval" in
@@ -2707,7 +2707,7 @@ Index: gcc-4.3.1/libstdc++-v3/configure
         *) { { echo "$as_me:$LINENO: error: Unknown argument to enable/disable clocale" >&5
  echo "$as_me: error: Unknown argument to enable/disable clocale" >&2;}
     { (exit 1); exit 1; }; } ;;
-@@ -14034,6 +14034,9 @@
+@@ -14036,6 +14036,9 @@
    # Default to "generic".
    if test $enable_clocale_flag = auto; then
      case ${target_os} in
@@ -2717,7 +2717,7 @@ Index: gcc-4.3.1/libstdc++-v3/configure
        linux* | gnu* | kfreebsd*-gnu | knetbsd*-gnu)
          enable_clocale_flag=gnu
          ;;
-@@ -14422,6 +14425,76 @@
+@@ -14424,6 +14427,76 @@
        CTIME_CC=config/locale/generic/time_members.cc
        CLOCALE_INTERNAL_H=config/locale/generic/c++locale_internal.h
        ;;
@@ -2794,19 +2794,19 @@ Index: gcc-4.3.1/libstdc++-v3/configure
    esac
  
    # This is where the testsuite looks for locale catalogs, using the
-@@ -17014,7 +17087,7 @@
+@@ -17016,7 +17089,7 @@
  
    # Fake what AC_TRY_COMPILE does.  XXX Look at redoing this new-style.
      cat > conftest.$ac_ext << EOF
--#line 17017 "configure"
-+#line 17090 "configure"
+-#line 17019 "configure"
++#line 17092 "configure"
  int main()
  {
    // NB: _Atomic_word not necessarily int.
-Index: gcc-4.3.1/libstdc++-v3/include/c_compatibility/wchar.h
+Index: gcc-4.3.2/libstdc++-v3/include/c_compatibility/wchar.h
 ===================================================================
---- gcc-4.3.1.orig/libstdc++-v3/include/c_compatibility/wchar.h	2007-03-04 14:59:49.000000000 -0800
-+++ gcc-4.3.1/libstdc++-v3/include/c_compatibility/wchar.h	2008-08-19 01:15:23.000000000 -0700
+--- gcc-4.3.2.orig/libstdc++-v3/include/c_compatibility/wchar.h	2007-03-04 14:59:49.000000000 -0800
++++ gcc-4.3.2/libstdc++-v3/include/c_compatibility/wchar.h	2008-08-28 17:55:56.000000000 -0700
 @@ -106,7 +106,9 @@
  using std::wmemcpy;
  using std::wmemmove;
@@ -2817,10 +2817,10 @@ Index: gcc-4.3.1/libstdc++-v3/include/c_
  
  #if _GLIBCXX_USE_C99
  using std::wcstold;
-Index: gcc-4.3.1/libstdc++-v3/include/c_std/cwchar
+Index: gcc-4.3.2/libstdc++-v3/include/c_std/cwchar
 ===================================================================
---- gcc-4.3.1.orig/libstdc++-v3/include/c_std/cwchar	2007-05-27 07:50:21.000000000 -0700
-+++ gcc-4.3.1/libstdc++-v3/include/c_std/cwchar	2008-08-19 01:15:23.000000000 -0700
+--- gcc-4.3.2.orig/libstdc++-v3/include/c_std/cwchar	2007-05-27 07:50:21.000000000 -0700
++++ gcc-4.3.2/libstdc++-v3/include/c_std/cwchar	2008-08-28 17:55:56.000000000 -0700
 @@ -182,7 +182,9 @@
    using ::wcscoll;
    using ::wcscpy;
============================================================
--- packages/gcc/gcc-4.3.2/gcc-4.3.1-SYSROOT_CFLAGS_FOR_TARGET.patch	54476decfdfe84996cd127331065e40ee27c9d07
+++ packages/gcc/gcc-4.3.2/gcc-4.3.1-SYSROOT_CFLAGS_FOR_TARGET.patch	0c14863721d3743dadb5e2818a711955754b738f
@@ -69,11 +69,11 @@ 2008-02-19  Paolo Bonzini  <bonzini at gnu.
  libiberty/configure.ac |   43 -
  13 files changed, 1454 insertions(+), 896 deletions(-)
 
-Index: gcc-4.3.1/configure.ac
+Index: gcc-4.3.2/configure.ac
 ===================================================================
---- gcc-4.3.1.orig/configure.ac	2008-02-01 19:29:30.000000000 -0800
-+++ gcc-4.3.1/configure.ac	2008-08-20 00:47:50.000000000 -0700
-@@ -1667,6 +1667,38 @@ AC_ARG_WITH([debug-prefix-map],
+--- gcc-4.3.2.orig/configure.ac	2008-02-01 19:29:30.000000000 -0800
++++ gcc-4.3.2/configure.ac	2008-08-28 18:18:37.000000000 -0700
+@@ -1667,6 +1667,38 @@
    [DEBUG_PREFIX_CFLAGS_FOR_TARGET=])
  AC_SUBST(DEBUG_PREFIX_CFLAGS_FOR_TARGET)
  
@@ -112,11 +112,11 @@ Index: gcc-4.3.1/configure.ac
  # Handle --with-headers=XXX.  If the value is not "yes", the contents of
  # the named directory are copied to $(tooldir)/sys-include.
  if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
-Index: gcc-4.3.1/Makefile.def
+Index: gcc-4.3.2/Makefile.def
 ===================================================================
---- gcc-4.3.1.orig/Makefile.def	2007-10-23 08:53:18.000000000 -0700
-+++ gcc-4.3.1/Makefile.def	2008-08-20 00:47:50.000000000 -0700
-@@ -214,6 +214,7 @@ flags_to_pass = { flag= INSTALL ; };
+--- gcc-4.3.2.orig/Makefile.def	2007-10-23 08:53:18.000000000 -0700
++++ gcc-4.3.2/Makefile.def	2008-08-28 18:18:37.000000000 -0700
+@@ -214,6 +214,7 @@
  flags_to_pass = { flag= INSTALL_DATA ; };
  flags_to_pass = { flag= INSTALL_PROGRAM ; };
  flags_to_pass = { flag= INSTALL_SCRIPT ; };
@@ -124,7 +124,7 @@ Index: gcc-4.3.1/Makefile.def
  flags_to_pass = { flag= LEX ; };
  flags_to_pass = { flag= M4 ; };
  flags_to_pass = { flag= MAKE ; };
-@@ -511,43 +512,51 @@ bootstrap_stage = {
+@@ -511,43 +512,51 @@
  	//   compiler probably has never heard of them.
  	stage_configure_flags='--disable-intermodule $(STAGE1_CHECKING) \
  	  --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)"' ;
@@ -184,11 +184,11 @@ Index: gcc-4.3.1/Makefile.def
 -	stage_cflags='$(STAGE3_CFLAGS) -fprofile-use' ; };
 +	stage_cflags='$(STAGE3_CFLAGS) -fprofile-use' ;
 +	stage_libcflags='$(STAGE3_LIBCFLAGS) -fprofile-use' ; };
-Index: gcc-4.3.1/Makefile.tpl
+Index: gcc-4.3.2/Makefile.tpl
 ===================================================================
---- gcc-4.3.1.orig/Makefile.tpl	2008-08-20 00:46:50.000000000 -0700
-+++ gcc-4.3.1/Makefile.tpl	2008-08-20 00:47:50.000000000 -0700
-@@ -23,6 +23,14 @@ in
+--- gcc-4.3.2.orig/Makefile.tpl	2008-08-28 18:05:25.000000000 -0700
++++ gcc-4.3.2/Makefile.tpl	2008-08-28 18:18:37.000000000 -0700
+@@ -23,6 +23,14 @@
  # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  #
  
@@ -203,7 +203,7 @@ Index: gcc-4.3.1/Makefile.tpl
  # -------------------------------
  # Standard Autoconf-set variables
 %s
>>> DIFF TRUNCATED @ 16K






More information about the Openembedded-commits mailing list