diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2019-09-16 13:41:24 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2019-09-16 13:41:24 +0000 |
| commit | 6592a716f6050bcec9cc479a32d0824f4cc71bf7 (patch) | |
| tree | 368674389c4edadc5be7d027dfc0e40b0b70cebe /gnu/lib/csu | |
| parent | 41fa2acfa50756ae961451b5a44698c445da3811 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/csu')
| -rw-r--r-- | gnu/lib/csu/Makefile | 4 |
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 |
