mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
b79f74cd62
2000-09-03 Bruno Haible <haible@clisp.cons.org> * charmaps/EUC-TW: Add commented non-reversible mappings. 2000-09-03 Bruno Haible <haible@clisp.cons.org> * charmaps/CP949: New file. 2000-09-03 Bruno Haible <haible@clisp.cons.org> * charmaps/GB2312: Remove 0x80..0xA0, 0xAA..0xAF, 0xF8..FF. 2000-09-03 Bruno Haible <haible@clisp.cons.org> * charmaps/EUC-JP: Nonreversibly map 0xA1C0 to U+005C and 0x8FA2B7 to U+007E.
9 lines
172 B
Makefile
9 lines
172 B
Makefile
ifeq ($(subdir), csu)
|
|
CPPFLAGS-start.S = -D__ASSEMBLY__
|
|
endif
|
|
|
|
ifeq ($(subdir),elf)
|
|
sysdep-dl-routines += dl-symaddr dl-fptr
|
|
sysdep_routines += $(sysdep-dl-routines)
|
|
endif
|