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

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

CFLAGS-dl-runtime.os := -msoft-float
CFLAGS-dl-lookup.os := -msoft-float
CFLAGS-dl-misc.os := -msoft-float
CFLAGS-rtld-mempcpy.os := -msoft-float
CFLAGS-rtld-memmove.os := -msoft-float
CFLAGS-rtld-memchr.os := -msoft-float
CFLAGS-rtld-strnlen.os := -msoft-float