From 0a02a366e3b06086e8e1c6a171bc178bca339693 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 12 Aug 2002 19:50:26 +0000 Subject: Update. 2002-08-11 Philip Blundell * sysdeps/arm/Makefile: New file. 2002-08-08 Jakub Jelinek * 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. --- sysdeps/arm/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sysdeps/arm/Makefile (limited to 'sysdeps') diff --git a/sysdeps/arm/Makefile b/sysdeps/arm/Makefile new file mode 100644 index 0000000000..ccb6b03684 --- /dev/null +++ b/sysdeps/arm/Makefile @@ -0,0 +1,7 @@ +ifeq ($(subdir),csu) +ifeq (yes,$(build-shared)) +# Compatibility +sysdep_routines += divdi3 +shared-only-routines += divdi3 +endif +endif -- cgit 1.4.1