diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-08-14 14:30:03 -0700 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-08-24 18:53:59 +0200 |
commit | 7f9d8a98129c3836c0d20c3b315be110dbf99297 (patch) | |
tree | b5f2b6d18d272c35fa3fb234aea7bc3a21761bb3 /toolchain/uClibc/config/arc | |
parent | c182caeec275b0ca11614cb3d8db7bba57845032 (diff) | |
download | upstream-7f9d8a98129c3836c0d20c3b315be110dbf99297.tar.gz upstream-7f9d8a98129c3836c0d20c3b315be110dbf99297.tar.bz2 upstream-7f9d8a98129c3836c0d20c3b315be110dbf99297.zip |
uClibc-ng: refresh config and remove several legacy options
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>
Diffstat (limited to 'toolchain/uClibc/config/arc')
-rw-r--r-- | toolchain/uClibc/config/arc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toolchain/uClibc/config/arc b/toolchain/uClibc/config/arc index de1ffc4415..f92328b7ed 100644 --- a/toolchain/uClibc/config/arc +++ b/toolchain/uClibc/config/arc @@ -3,8 +3,6 @@ ARCH_LITTLE_ENDIAN=y ARCH_WANTS_LITTLE_ENDIAN=y TARGET_ARCH="arc" TARGET_arc=y -CONFIG_ARC_CPU_700=y -# CONFIG_ARC_CPU_HS is not set CONFIG_ARC_PAGE_SIZE_8K=y # CONFIG_ARC_PAGE_SIZE_16K is not set # CONFIG_ARC_PAGE_SIZE_4K is not set |