Remove some unused configuration files
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
# Add glibc to the overrides.
|
||||
OVERRIDES =. "libc-glibc:"
|
||||
|
||||
# The things glibc can provide. We default to wanting glibc to provide them.
|
||||
PREFERRED_PROVIDER_virtual/libiconv ?= "external-toolchain-${TOOLCHAIN_BRAND}"
|
||||
PREFERRED_PROVIDER_virtual/libintl ?= "external-toolchain-${TOOLCHAIN_BRAND}"
|
||||
PREFERRED_PROVIDER_virtual/libc = "external-toolchain-${TOOLCHAIN_BRAND}"
|
||||
PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-initial = "external-toolchain-${TOOLCHAIN_BRAND}"
|
||||
PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-for-gcc = "external-toolchain-${TOOLCHAIN_BRAND}"
|
||||
PREFERRED_PROVIDER_linux-libc-headers ?= "external-toolchain-${TOOLCHAIN_BRAND}"
|
||||
|
||||
# glibc is configured for OLDEST_KERNEL kernel version, so we set minimal
|
||||
# sane versions there
|
||||
|
||||
|
||||
# ARM OABI is fine with 2.4.0, EABI is not, so we override on "-gnueabi"
|
||||
# TARGET_OS here, not on architecture which is 'arm' in both cases
|
||||
@@ -1,17 +0,0 @@
|
||||
# Add glibc to the overrides.
|
||||
OVERRIDES =. "libc-glibc:"
|
||||
|
||||
# The things glibc can provide. We default to wanting glibc to provide them.
|
||||
PREFERRED_PROVIDER_virtual/libiconv ?= "glibc"
|
||||
PREFERRED_PROVIDER_virtual/libintl ?= "glibc"
|
||||
PREFERRED_PROVIDER_virtual/libc = "glibc"
|
||||
PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-initial = "glibc-initial"
|
||||
PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-for-gcc = "glibc"
|
||||
PREFERRED_PROVIDER_linux-libc-headers = "linux-libc-headers"
|
||||
|
||||
# glibc is configured for OLDEST_KERNEL kernel version, so we set minimal
|
||||
# sane versions there
|
||||
|
||||
|
||||
# ARM OABI is fine with 2.4.0, EABI is not, so we override on "-gnueabi"
|
||||
# TARGET_OS here, not on architecture which is 'arm' in both cases
|
||||
Reference in New Issue
Block a user