patch to add glibc 2.12.x support
Heiko Zuerker
heiko@zuerker.org
Sun Dec 19 16:29:00 GMT 2010
Hi,
attached you find a patch to add glibc 2.12.1 & 2.12.2 support to
crosstool-ng 1.9.1.
--
Regards
Heiko Zuerker
http://www.devil-linux.org
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
-------------- next part --------------
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