summaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc64/elf/Makefile
blob: 5ac2c057544f9e2d22cc2b689c816a00a7eeef99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# powerpc64/ELF specific definitions.

# Need to prevent gcc from using fprs in code used during dynamic linking.

CFLAGS-dl-runtime.os = $(no-special-regs)
CFLAGS-dl-lookup.os = $(no-special-regs)
CFLAGS-dl-misc.os = $(no-special-regs)
CFLAGS-rtld-mempcpy.os = $(no-special-regs)
CFLAGS-rtld-memmove.os = $(no-special-regs)
CFLAGS-rtld-memchr.os = $(no-special-regs)
CFLAGS-rtld-strnlen.os = $(no-special-regs)

CFLAGS-gmon-start.c = -fno-strict-aliasing