summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/power8/Makefile
blob: abb0aa3f1197c100df066ef24b19af4c99da59d2 (plain) (blame)
1
2
3
4
5
6
7
8
ifeq ($(subdir),string)
sysdep_routines += strcasestr-ppc64
endif

ifeq ($(subdir),stdlib)
sysdep_routines += chacha20-ppc
CFLAGS-chacha20-ppc.c += -mcpu=power8
endif