The PowerPC port uses GNU binutils, so don't build gas or ld, but
install cpp.
This commit is contained in:
parent
af1cedb966
commit
7387972e89
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.43 1997/04/09 06:23:44 mikel Exp $
|
||||
# $NetBSD: Makefile,v 1.44 1997/04/17 07:00:16 thorpej Exp $
|
||||
|
||||
SUBDIR+= bc cpio dc diff diff3 gawk grep groff
|
||||
SUBDIR+= gzip rcs sdiff send-pr sort tar
|
||||
|
@ -11,16 +11,14 @@ SUBDIR+= gas gcc gdb ld
|
|||
(${MACHINE_ARCH} == "sparc") || \
|
||||
(${MACHINE_ARCH} == "vax")
|
||||
SUBDIR+= gas gcc gdb ld
|
||||
.elif (${MACHINE_ARCH} == "powerpc")
|
||||
SUBDIR+= gas ld
|
||||
.elif (${MACHINE_ARCH} == "arm32")
|
||||
SUBDIR+= gcc ld
|
||||
.elif (${MACHINE_ARCH} == "mips")
|
||||
SUBDIR+= gcc
|
||||
.endif
|
||||
|
||||
# XXX alpha still needs the /usr/bin/cpp script.
|
||||
.if (${MACHINE_ARCH} == "alpha")
|
||||
# XXX alpha and powerpc still need the /usr/bin/cpp script.
|
||||
.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "powerpc")
|
||||
afterinstall:
|
||||
${INSTALL} -c -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) \
|
||||
$(.CURDIR)/gcc/cpp/usr.bin.cpp.sh $(DESTDIR)/usr/bin/cpp
|
||||
|
|
Loading…
Reference in New Issue