mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
cc6b7fad46
... and the code dependent on them, after the latest wave of obsolete package removals. This concludes the glorious history of the original uClibc (non-NG) with lots of kludges removed. There was a choice here, whether to call the resulting libc "uClibc" or "uClibc-ng". I opted in favor of giving uClibc-ng the recognition it deserves, although it had some ripple effect in the ct-ng code. Signed-off-by: Alexey Neyman <stilor@att.net>
20 lines
453 B
Plaintext
20 lines
453 B
Plaintext
TARGET_sparc=y
|
|
# UCLIBC_HAS_FPU is not set
|
|
DO_C99_MATH=y
|
|
UCLIBC_HAS_THREADS_NATIVE=y
|
|
UCLIBC_HAS_UTMPX=y
|
|
UCLIBC_HAS_UTMP=y
|
|
UCLIBC_SUSV3_LEGACY=y
|
|
UCLIBC_SUSV4_LEGACY=y
|
|
# UNIX98PTY_ONLY is not set
|
|
UCLIBC_HAS_LIBUTIL=y
|
|
UCLIBC_HAS_SHA256_CRYPT_IMPL=y
|
|
UCLIBC_HAS_SHA512_CRYPT_IMPL=y
|
|
UCLIBC_HAS_IPV6=y
|
|
UCLIBC_USE_NETLINK=y
|
|
UCLIBC_HAS_RESOLVER_SUPPORT=y
|
|
UCLIBC_HAS_LIBRESOLV_STUB=y
|
|
UCLIBC_HAS_WCHAR=y
|
|
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
|
|
UCLIBC_HAS_PRINTF_M_SPEC=y
|