patch to add glibc 2.12.x support

Heiko Zuerker heiko@zuerker.org
Wed Dec 29 18:21:00 GMT 2010


Yann,

Quoting "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>:
> Heiko, All,
>
> On Sunday 19 December 2010 17:29:35 Heiko Zuerker wrote:
>> attached you find a patch to add glibc 2.12.1 & 2.12.2 support to
>> crosstool-ng 1.9.1.
>
> Thank you. But I would reuqire that you add your Signed-off-by before I
> can add this to the tree. See "docs/7 - Contributing to crosstool-NG.txt"
>
> This is as simple as replying to this mail with your SoB line.

attached you find a new patch with the SOB line.

-- 

Regards
   Heiko Zuerker
   http://www.devil-linux.org


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

-------------- next part --------------
Signed-off-by: Heiko Zuerker <heiko@zuerker.org>

diff -ru crosstool-ng-1.9.1.orig/config/libc/glibc.in crosstool-ng-1.9.1/config/libc/glibc.in
--- crosstool-ng-1.9.1.orig/config/libc/glibc.in	2010-12-13 16:25:43.000000000 -0600
+++ crosstool-ng-1.9.1/config/libc/glibc.in	2010-12-19 10:24:01.000000000 -0600
@@ -42,6 +42,16 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config LIBC_GLIBC_V_2_12_2
+    bool
+    prompt "2.12.2 (EXPERIMENTAL)"
+    depends on EXPERIMENTAL
+
+config LIBC_GLIBC_V_2_12_1
+    bool
+    prompt "2.12.1 (EXPERIMENTAL)"
+    depends on EXPERIMENTAL
+
 config LIBC_GLIBC_V_2_11_1
     bool
     prompt "2.11.1 (EXPERIMENTAL)"
@@ -102,6 +112,8 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "2.12.2" if LIBC_GLIBC_V_2_12_2
+    default "2.12.1" if LIBC_GLIBC_V_2_12_1
     default "2.11.1" if LIBC_GLIBC_V_2_11_1
     default "2.11" if LIBC_GLIBC_V_2_11
     default "2.10.1" if LIBC_V_2_10_1

-------------- next part --------------
--
For unsubscribe information see http://sourceware.org/lists.html#faq


More information about the crossgcc mailing list