summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/patches
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/powerpc/patches')
-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.