From eeec52ffee304ad6eff0b98115518cd329aa5934 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Wed, 15 Jan 1997 00:36:59 +0000 Subject: Add DESTDIR support for crt{begin,end}.o (powerpc only so far) --- sys/arch/powerpc/patches | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'sys') 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. -- cgit v1.2.3