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
9 lines
171 B
Text
9 lines
171 B
Text
ARCH_ANY_ENDIAN=y
|
|
ARCH_LITTLE_ENDIAN=y
|
|
ARCH_WANTS_LITTLE_ENDIAN=y
|
|
# COMPILE_IN_THUMB_MODE is not set
|
|
TARGET_ARCH="arm"
|
|
TARGET_arm=y
|
|
# USE_BX is not set
|
|
CONFIG_ARM_EABI=y
|
|
|