diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-05-07 18:56:31 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-05-07 18:56:31 +0000 |
commit | 7032dea8baab47ca4c52346689004837c6d85329 (patch) | |
tree | 207542dffedc2f9634ad14ae20dc82272e43471c /config/libc/uClibc.in | |
parent | d9378214ccb3fbdee65e56e63441aff938c79a70 (diff) | |
download | crosstool-ng-7032dea8baab47ca4c52346689004837c6d85329.tar.gz crosstool-ng-7032dea8baab47ca4c52346689004837c6d85329.tar.bz2 crosstool-ng-7032dea8baab47ca4c52346689004837c6d85329.zip |
Fix installing uClibc headers for versions prior to 0.9.30.
Fix a comment about installing uClibc.
Automatically enable // build for uClibc versions that can be built in //.
-------- diffstat follows --------
/trunk/scripts/build/libc/uClibc.sh | 32 23 9 0 +++++++++++++++++++++++---------
/trunk/config/libc/uClibc.in | 12 7 5 0 +++++++-----
2 files changed, 30 insertions(+), 14 deletions(-)
Diffstat (limited to 'config/libc/uClibc.in')
-rw-r--r-- | config/libc/uClibc.in | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index 7bc05012..dbd659cf 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -38,10 +38,12 @@ config LIBC_V_0_9_29 config LIBC_V_0_9_30 bool prompt "0.9.30" + select LIBC_UCLIBC_0_9_30_or_later config LIBC_V_0_9_30_1 bool prompt "0.9.30.1" + select LIBC_UCLIBC_0_9_30_or_later # CT_INSERT_VERSION_ABOVE # Don't remove above line! @@ -72,14 +74,14 @@ config LIBC_VERSION # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! +config LIBC_UCLIBC_0_9_30_or_later + bool + default n + select LIBC_UCLIBC_PARALLEL + config LIBC_UCLIBC_PARALLEL bool - prompt "Build uClibc in //" if LIBC_V_snapshot || LIBC_V_specific_date default n - help - Build uClibc using parallel jobs. - Some 'old' versions won't build in //, but it works starting with - 0.9.30 release candidates. choice bool |