diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-05-01 17:10:10 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2012-07-06 23:43:56 +0200 |
commit | 261f485936b283f4327fc1f2fc8fd1705d805c12 (patch) | |
tree | a21e7557201769629cb26e3bbb8069e53fed81d4 /sysdeps/powerpc/powerpc32/Makefile | |
parent | 9ad63c23eabdec1b625b1217b6635f34268ca342 (diff) | |
download | glibc-261f485936b283f4327fc1f2fc8fd1705d805c12.tar.gz glibc-261f485936b283f4327fc1f2fc8fd1705d805c12.tar.xz glibc-261f485936b283f4327fc1f2fc8fd1705d805c12.zip |
Fix missing _mcount@GLIBC_2.0 on powerpc32
Diffstat (limited to 'sysdeps/powerpc/powerpc32/Makefile')
-rw-r--r-- | sysdeps/powerpc/powerpc32/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/powerpc/powerpc32/Makefile b/sysdeps/powerpc/powerpc32/Makefile index aa2d0b9fb8..64f79003af 100644 --- a/sysdeps/powerpc/powerpc32/Makefile +++ b/sysdeps/powerpc/powerpc32/Makefile @@ -6,8 +6,9 @@ sysdep-LDFLAGS += -msoft-float endif ifeq ($(subdir),gmon) -sysdep_routines += ppc-mcount +sysdep_routines += ppc-mcount compat-ppc-mcount static-only-routines += ppc-mcount +shared-only-routines += compat-ppc-mcount endif ifeq ($(subdir),misc) |