02df774b52
2 new architectures were added in between 1.0.6 and 1.0.8 in uClibc-ng, these are: * lm32 * or1k Even thought both are not yet supported in OpenWRT it's important to disable them both in default config file otherwise user prompt will appear during uClibc configuration asking to select desired architecture. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Waldemar Brodkorb <wbx@uclibc-ng.org> Cc: Mathieu Olivari <mathieu@codeaurora.org> Cc: Felix Fietkau <nbd@openwrt.org> Cc: John Crispin <blogic@openwrt.org> SVN-Revision: 47356
22 lines
520 B
Plaintext
22 lines
520 B
Plaintext
ARCH_LITTLE_ENDIAN=y
|
|
# CONFIG_386 is not set
|
|
CONFIG_486=y
|
|
# CONFIG_586 is not set
|
|
# CONFIG_586MMX is not set
|
|
# CONFIG_686 is not set
|
|
# CONFIG_CRUSOE is not set
|
|
# CONFIG_CYRIXIII is not set
|
|
# CONFIG_ELAN is not set
|
|
# CONFIG_GENERIC_386 is not set
|
|
# CONFIG_K6 is not set
|
|
# CONFIG_K7 is not set
|
|
# CONFIG_NEHEMIAH is not set
|
|
# CONFIG_PENTIUM4 is not set
|
|
# CONFIG_PENTIUMII is not set
|
|
# CONFIG_PENTIUMIII is not set
|
|
# CONFIG_WINCHIP2 is not set
|
|
# CONFIG_WINCHIPC6 is not set
|
|
TARGET_ARCH="i386"
|
|
TARGET_i386=y
|
|
UCLIBC_HAS_FPU=y
|