summaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2019-01-12 21:29:54 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2019-01-12 21:29:54 +0000
commit5d031e332fb8a7cb0b3ccd7545048132966a45ec (patch)
tree1c99f62b437e7dfe24cf3fd86a50eddf316e52f1 /gnu/lib
parentbe860eae0f4dcb4f3593d79ebe736aa308cb929a (diff)
downloadsrc-test2-5d031e332fb8a7cb0b3ccd7545048132966a45ec.tar.gz
src-test2-5d031e332fb8a7cb0b3ccd7545048132966a45ec.zip
Notes
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/csu/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile
index d981fb11054e..d754a588a6f0 100644
--- a/gnu/lib/csu/Makefile
+++ b/gnu/lib/csu/Makefile
@@ -28,10 +28,6 @@ CRTS_CFLAGS= -DCRTSTUFFS_O -DSHARED ${PICFLAG}
CFLAGS+= -DTARGET_ARM_EABI
.endif
-.if ${MACHINE_CPUARCH} == "powerpc"
-TGTOBJS= crtsavres.o
-SRCS+= crtsavres.asm
-.endif
.if ${MACHINE_CPUARCH} == "sparc64"
TGTOBJS= crtfastmath.o
SRCS+= crtfastmath.c