Age | Commit message (Collapse) | Author | Files |
|
|
|
layout_base_libdir).
|
|
of glibc to be built with gcc 4.x and dash.
|
|
|
|
|
|
softfloat
support that handles a case of strong alias for two (soft) float point functions.
Original patch provided by Hiroki Kaminaga kaminaga at sm dot sony dot co dot jp
|
|
|
|
|
|
|
|
staging layout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* there are both libgcc_s.so and libgcc_s.so.${someversion} in
${CROSS_DIR}/${TARGET_SYS}/lib
|
|
|
|
and '9c6ceb61576fa98453a24fedb60c9d2b23d79c72'
|
|
|
|
|
|
(from Poky)
|
|
|
|
|
|
|
|
|
|
|
|
intermediate doesnt supply things like gconv.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* this is WIP, but it completes do_compile
* Need to bother Khem about how to do localegen the eglibc way
|
|
|
|
|
|
|
|
glibc-intermediate: add 2.6
|
|
|
|
use the locales from WORKDIR instead of /usr, closes #1821
|
|
|
|
take 3 in GCC.
|
|
|
|
tracking down the culprit
* This is not a proper fix, we still need to find out wht __ARMEB__ isn't defined
|
|
* Not bumping PR, to save people trouble. Leaving for decision to OE maintainers.
|
|
GLIBC_GENERATE_LOCALES
to limit set of generated binary locales.
* If ENABLE_BINARY_LOCALE_GENERATION is set to "1", you can limit locales
generated to the list provided by GLIBC_GENERATE_LOCALES. This is huge
time-savior for developmental builds. Format: list of locale.encoding pairs
with spaces as separators, e.g.:
GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 de_DE.UTF-8"
* Check your distro for minimal set of locales required. Old-time default is
"en_GB.UTF-8 de_DE.UTF-8 fr_FR.UTF-8".
* Angstrom requires en_GB only.
* This commit does not changes the default, which is still generation of all
available locales.
* Closes #1966.
|
|
only semantic change is what is being discussed in bug 1987
|