Fix Angstrom OVERRIDES settings
[openembedded.git] / conf / distro / include / uclibc.inc
blobdd00647921ed28669e713771eb70fb8a626dd225
1 # Add uclibc overrides to the overrides.
2 OVERRIDES =. "libc-uclibc:"
4 # The things uclibc can provide.  We default to wanting uclibc to provide them.
5 PREFERRED_PROVIDER_virtual/libiconv ?= "libiconv"
6 PREFERRED_PROVIDER_virtual/libintl ?= "gettext"
7 #fix some iconv issues, needs to be adjusted when doing uclibc builds
8 PREFERRED_PROVIDER_virtual/libintl_avr32 = "proxy-libintl"
9 PREFERRED_PROVIDER_virtual/libc = "uclibc"
10 PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-initial = "uclibc-initial"
11 PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-for-gcc = "uclibc"
13 # libc settings
14 DISTRO_FEATURES += "${@['', ' nls'][bb.data.getVar('ENABLE_BINARY_LOCALE_GENERATION', d, 1) == '1']}"
15 MACHINE_FEATURES += "${@['', ' bx'][bb.data.getVar('ARM_INSTRUCTION_SET', d, 1) == 'thumb']}"
16 # FIXME: We enable IPv4 per default to avoid alot of breakage.
17 # FIXME: Figure out an acceptable way to negotiate either
18 # FIXME: desired features or hard requirements, either top-down or bottom-up.
19 DISTRO_FEATURES += " ipv4"