Browse Source

(sysdep_routines, shared-only-routines): Don't add divdi3 here.

cvs/fedora-2_3-branch
Ulrich Drepper 24 years ago
parent
commit
f2a444335f
  1. 4
      sysdeps/powerpc/powerpc32/Makefile

4
sysdeps/powerpc/powerpc32/Makefile

@ -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

Loading…
Cancel
Save