mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-23 04:48:22 +00:00
2b86d65638
SUSV3_LEGACY_MACROS are completely unused since SUSV3_LEGACY is enabled HAS_OBSOLETE_BSD_SIGNAL is completely deprecated functionality. HAS_BSD_RES_CLOSE is completely deprecated functionality. HAS_FTW is deprecated SUSV4 functionality. Saves ~4.5kb. Signed-off-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: maurerr <mariusd84@gmail.com>
11 lines
233 B
Plaintext
11 lines
233 B
Plaintext
ARCH_ANY_ENDIAN=y
|
|
ARCH_BIG_ENDIAN=y
|
|
ARCH_CFLAGS="-mno-split-addresses"
|
|
ARCH_WANTS_BIG_ENDIAN=y
|
|
# CONFIG_MIPS_N32_ABI is not set
|
|
# CONFIG_MIPS_N64_ABI is not set
|
|
CONFIG_MIPS_O32_ABI=y
|
|
TARGET_ARCH="mips"
|
|
TARGET_mips=y
|
|
UCLIBC_HAS_FPU=y
|