mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-12 00:00:06 +00:00
0a02a366e3
2002-08-11 Philip Blundell <philb@gnu.org> * sysdeps/arm/Makefile: New file. 2002-08-08 Jakub Jelinek <jakub@redhat.com> * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed by another '|', end of regex or enclosing ')', clear branch. * posix/bug-regex9.c: New test. * posix/Makefile (tests): Add bug-regex9.
8 lines
133 B
Makefile
8 lines
133 B
Makefile
ifeq ($(subdir),csu)
|
|
ifeq (yes,$(build-shared))
|
|
# Compatibility
|
|
sysdep_routines += divdi3
|
|
shared-only-routines += divdi3
|
|
endif
|
|
endif
|