summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1997-01-15 00:36:59 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1997-01-15 00:36:59 +0000
commiteeec52ffee304ad6eff0b98115518cd329aa5934 (patch)
treeb8458090655e3dd440619b966f9738fb2fdd5500 /sys
parent015ce70fae716967e97534fe49d3484137ce3686 (diff)
Add DESTDIR support for crt{begin,end}.o (powerpc only so far)
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/powerpc/patches18
1 files changed, 0 insertions, 18 deletions
diff --git a/sys/arch/powerpc/patches b/sys/arch/powerpc/patches
index c64d0d29407..c8690280e58 100644
--- a/sys/arch/powerpc/patches
+++ b/sys/arch/powerpc/patches
@@ -131,24 +131,6 @@ diff -r1.9 fdisk.c
---
> if (getshort(&mboot.signature) != BOOT_MAGIC) {
> warnx("invalid fdisk partition table found!\n");
-Index: src/share/mk/bsd.prog.mk
-# Support DESTDIR compilation under elf.
-# This is needed for alpha, but not currently
-# needed for mips because they still use stabs.
-===================================================================
-RCS file: /cvs/src/share/mk/bsd.prog.mk,v
-retrieving revision 1.7
-diff -r1.7 bsd.prog.mk
-14a15,19
-> .if (${MACHINE_ARCH} == "powerpc")
-> CRTBEGIN?= ${DESTDIR}/usr/lib/crtbegin.o
-> CRTEND?= ${DESTDIR}/usr/lib/crtend.o
-> .endif
->
-73c78
-< ${CC} ${LDFLAGS} ${LDSTATIC} -o ${.TARGET} -nostdlib -L${DESTDIR}/usr/lib ${LIBCRT0} ${OBJS} ${LDADD} -lgcc -lc -lgcc
----
-> ${CC} ${LDFLAGS} ${LDSTATIC} -o ${.TARGET} -nostdlib -L${DESTDIR}/usr/lib ${LIBCRT0} ${CRTBEGIN} ${OBJS} ${LDADD} -lgcc -lc -lgcc ${CRTEND}
Index: src/sys/kern/vfs_cache.c
# Probably a bug in the port, but this makes the system MANY TIMES
# more stablility.