gcc: compile libgcc and libstdc++ with -O2 instead of -Os on power pc to avoid genera...
[openwrt.git] / toolchain / eglibc / Config.in
index 3caea39..80f4fde 100644 (file)
@@ -17,6 +17,9 @@ choice
        config EGLIBC_VERSION_2_9
                bool "eglibc 2.9"
 
+       config EGLIBC_VERSION_2_10_1
+               bool "eglibc 2.10.1"
+
        config EGLIBC_VERSION_TRUNK
                bool "eglibc trunk"
 
@@ -27,9 +30,10 @@ config EGLIBC_REVISION
        prompt "eglibc revision"
        depends on TOOLCHAINOPTS && USE_EGLIBC
        default "5887"  if EGLIBC_VERSION_2_6_1
-       default "5886"  if EGLIBC_VERSION_2_7
-       default "6913"  if EGLIBC_VERSION_2_8
-       default "7430"  if EGLIBC_VERSION_2_9
+       default "8588"  if EGLIBC_VERSION_2_7
+       default "8587"  if EGLIBC_VERSION_2_8
+       default "8690"  if EGLIBC_VERSION_2_9
+       default "8873"  if EGLIBC_VERSION_2_10_1
        default "HEAD"  if EGLIBC_VERSION_TRUNK
        default ""
 
This page took 0.038266 seconds and 4 git commands to generate.