summaryrefslogtreecommitdiff
path: root/lib/csu/mips64
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2013-12-01 17:18:32 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2013-12-01 17:18:32 +0000
commit81f70a2c11c6dd3cfbdc8b3a75201127bbef3b0f (patch)
tree1232ad078f51a8eab45f49f3498c1913d4fbe753 /lib/csu/mips64
parent342ef407b88242890ae7f69c1c8e771bf72bdf64 (diff)
mips64 no longer uses scrt0.o, and it was identical to crt0.o anyway.
Delete unused #ifndef SCRT0 conditionals. ok miod@
Diffstat (limited to 'lib/csu/mips64')
-rw-r--r--lib/csu/mips64/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/csu/mips64/Makefile b/lib/csu/mips64/Makefile
index 049b75a25c6..4af9c83fa2d 100644
--- a/lib/csu/mips64/Makefile
+++ b/lib/csu/mips64/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.3 2011/11/08 10:37:09 guenther Exp $
+# $OpenBSD: Makefile,v 1.4 2013/12/01 17:18:31 guenther Exp $
#CFLAGS+= -I${.CURDIR} -mips2
CFLAGS+= -I${.CURDIR}
-OBJS= crt0.o gcrt0.o scrt0.o crtbegin.o crtend.o crtbeginS.o crtendS.o
+OBJS= crt0.o gcrt0.o crtbegin.o crtend.o crtbeginS.o crtendS.o
.PATH: ${.CURDIR}/../common_elf
@@ -20,12 +20,6 @@ gcrt0.o: crt0.c ${DEPS}
@${LD} -x -r ${.TARGET}.o -o ${.TARGET}
@rm -f ${.TARGET}.o
-scrt0.o: crt0.c ${DEPS}
- @echo "${CC} -DSCRT0 -c ${.ALLSRC} -o ${.TARGET}"
- @${CC} -DSCRT0 -c ${.ALLSRC} -o ${.TARGET}.o
- @${LD} -x -r ${.TARGET}.o -o ${.TARGET}
- @rm -f ${.TARGET}.o
-
realinstall:
${INSTALL} ${INSTALL_COPY} -S -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
${DESTDIR}/usr/lib