about summary refs log tree commit diff
path: root/sysdeps/wordsize-32/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-11-16 19:20:10 +0000
committerUlrich Drepper <drepper@redhat.com>2005-11-16 19:20:10 +0000
commit510afb6420c517607d7084b40998ebd06a73c69d (patch)
tree5b30e2af677cb3125656b149ba30071ffc927084 /sysdeps/wordsize-32/Makefile
parent478f33c9f70dec247e132e2e1b4ba836fa2d1f6d (diff)
downloadglibc-510afb6420c517607d7084b40998ebd06a73c69d.tar.gz
glibc-510afb6420c517607d7084b40998ebd06a73c69d.tar.xz
glibc-510afb6420c517607d7084b40998ebd06a73c69d.zip
* sysdeps/wordsize-32/Makefile (CPPFLAGS-divdi3.c): Set to
	-Din_divdi3_c.
	* sysdeps/wordsize-32/symbol-hacks.h: Skip if in_divdi3_c is defined.
Diffstat (limited to 'sysdeps/wordsize-32/Makefile')
-rw-r--r--sysdeps/wordsize-32/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/wordsize-32/Makefile b/sysdeps/wordsize-32/Makefile
index b50c0b1635..82beac44ed 100644
--- a/sysdeps/wordsize-32/Makefile
+++ b/sysdeps/wordsize-32/Makefile
@@ -2,5 +2,6 @@ ifeq ($(subdir),csu)
 ifeq (yes,$(build-shared))
 sysdep_routines += divdi3
 shared-only-routines += divdi3
+CPPFLAGS-divdi3.c = -Din_divdi3_c
 endif
 endif