mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 04:49:25 +08:00
64b208103d
Consistently use if !ELIX_LEVEL_1 to enable EL/IX level 2 interfaces.
17 lines
260 B
Makefile
17 lines
260 B
Makefile
if ENABLE_NEWLIB_ICONV
|
|
|
|
## The following interfaces are EL/IX level 2
|
|
if !ELIX_LEVEL_1
|
|
libc_a_SOURCES += \
|
|
%D%/aliasesi.c \
|
|
%D%/ucsconv.c \
|
|
%D%/nullconv.c \
|
|
%D%/iconv.c \
|
|
%D%/aliasesbi.c \
|
|
%D%/iconvnls.c
|
|
endif
|
|
|
|
endif
|
|
|
|
LIBC_CHEWOUT_FILES += %D%/iconv.def
|