Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
(sysdep_routines, shared-only-routines): Don't add divdi3 here.
  • Loading branch information
Ulrich Drepper committed Sep 24, 2002
1 parent aea6989 commit f2a4443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sysdeps/powerpc/powerpc32/Makefile
Expand Up @@ -37,8 +37,8 @@ ifeq (yes,$(have-protected))
CPPFLAGS-divdi3.c = -DHAVE_DOT_HIDDEN
CPPFLAGS-libgcc-compat.S = -DHAVE_DOT_HIDDEN
endif
sysdep_routines += divdi3 libgcc-compat
shared-only-routines += divdi3 libgcc-compat
sysdep_routines += libgcc-compat
shared-only-routines += libgcc-compat
endif
endif

Expand Down

0 comments on commit f2a4443

Please sign in to comment.