diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-01-02 22:32:04 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-01-02 22:32:04 +0100 |
commit | 8d821ce49a0b6426787ce10297392e6896e7cd1d (patch) | |
tree | 440c1c0ee65b4a3637d6f2e9187e35d6c14a008e /samples/powerpc-e500v2-linux-gnuspe | |
parent | 7c768b3ca17a7ba1ec3173fa4e113e5efe03900d (diff) | |
download | crosstool-ng-8d821ce49a0b6426787ce10297392e6896e7cd1d.tar.gz crosstool-ng-8d821ce49a0b6426787ce10297392e6896e7cd1d.tar.bz2 crosstool-ng-8d821ce49a0b6426787ce10297392e6896e7cd1d.zip |
samples: update after libc versions renaming
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'samples/powerpc-e500v2-linux-gnuspe')
-rw-r--r-- | samples/powerpc-e500v2-linux-gnuspe/crosstool.config | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/samples/powerpc-e500v2-linux-gnuspe/crosstool.config b/samples/powerpc-e500v2-linux-gnuspe/crosstool.config index 71cabffc..123dbc32 100644 --- a/samples/powerpc-e500v2-linux-gnuspe/crosstool.config +++ b/samples/powerpc-e500v2-linux-gnuspe/crosstool.config @@ -330,15 +330,15 @@ CT_LIBC_eglibc=y # CT_LIBC_none is not set # CT_LIBC_uClibc is not set CT_LIBC_eglibc_AVAILABLE=y -# CT_EGLIBC_V_2_12 is not set -# CT_EGLIBC_V_2_11 is not set -CT_EGLIBC_V_2_10=y -# CT_EGLIBC_V_2_9 is not set -# CT_EGLIBC_V_2_8 is not set -# CT_EGLIBC_V_2_7 is not set -# CT_EGLIBC_V_2_6 is not set -# CT_EGLIBC_V_2_5 is not set -# CT_EGLIBC_V_TRUNK is not set +# CT_LIBC_EGLIBC_V_2_12 is not set +# CT_LIBC_EGLIBC_V_2_11 is not set +CT_LIBC_EGLIBC_V_2_10=y +# CT_LIBC_EGLIBC_V_2_9 is not set +# CT_LIBC_EGLIBC_V_2_8 is not set +# CT_LIBC_EGLIBC_V_2_7 is not set +# CT_LIBC_EGLIBC_V_2_6 is not set +# CT_LIBC_EGLIBC_V_2_5 is not set +# CT_LIBC_EGLIBC_V_TRUNK is not set CT_EGLIBC_REVISION="HEAD" # CT_EGLIBC_CHECKOUT is not set # CT_EGLIBC_OPT_SIZE is not set |