summaryrefslogtreecommitdiff
path: root/lib/csu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/Makefile')
-rw-r--r--lib/csu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/Makefile b/lib/csu/Makefile
index c005dec9a90..4f8b3712dc5 100644
--- a/lib/csu/Makefile
+++ b/lib/csu/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.32 2019/07/01 15:55:50 kettenis Exp $
+# $OpenBSD: Makefile,v 1.33 2020/05/19 11:23:54 mortimer Exp $
OBJS= crt0.o gcrt0.o
OBJS+= crtbegin.o crtend.o
@@ -33,7 +33,7 @@ RCFLAGS+=-fno-stack-protector
.endif
# Prevent use of builtins in _dl_boot_bind().
-.if ${MACHINE_CPU} == "mips64"
+.if ${MACHINE_CPU} == "mips64" || ${MACHINE_CPU} == "powerpc"
RCFLAGS+=-fno-builtin
.endif