Get rid of !powerpc cruft.
This commit is contained in:
parent
34923965e0
commit
19b7fecf53
|
@ -1,11 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.2 1998/07/29 19:18:26 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.3 1999/02/02 22:05:58 tv Exp $
|
||||
|
||||
# XXX until our binutils is upgraded
|
||||
.if (${MACHINE_ARCH} != "powerpc")
|
||||
PROG= addr2line
|
||||
SRCS= addr2line.c
|
||||
.endif
|
||||
|
||||
MAN= addr2line.1
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.2 1998/07/29 19:18:26 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.3 1999/02/02 22:05:59 tv Exp $
|
||||
|
||||
# XXX until our binutils is upgraded
|
||||
.if (${MACHINE_ARCH} != "powerpc")
|
||||
PROG= ar
|
||||
SRCS= ar.c not-ranlib.c
|
||||
.endif
|
||||
|
||||
MAN= ar.1
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.6 1998/08/27 20:32:08 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.7 1999/02/02 22:05:59 tv Exp $
|
||||
|
||||
# XXX until our binutils is upgraded
|
||||
.if (${MACHINE_ARCH} != "powerpc")
|
||||
PROG= c++filt
|
||||
SRCS= cplus-dem.c underscore.c
|
||||
.endif
|
||||
|
||||
MAN= c++filt.1
|
||||
|
||||
CPPFLAGS+=-DMAIN -DVERSION='"${VERSION}"'
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.3 1998/07/29 19:18:26 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.4 1999/02/02 22:05:59 tv Exp $
|
||||
|
||||
# XXX until our binutils is upgraded
|
||||
.if (${MACHINE_ARCH} != "powerpc")
|
||||
LIB= common
|
||||
|
||||
SRCS= arparse.y arlex.l arsup.c bucomm.c version.c filemode.c rddbg.c \
|
||||
debug.c stabs.c ieee.c rdcoff.c wrstabs.c
|
||||
.endif
|
||||
|
||||
YHEADER=1
|
||||
|
||||
CPPFLAGS+=-DVERSION='"${VERSION}"' -DTARGET='"${TARGET}"'
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.2 1998/07/29 19:18:27 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.3 1999/02/02 22:06:00 tv Exp $
|
||||
|
||||
# XXX until our binutils is upgraded
|
||||
.if (${MACHINE_ARCH} != "powerpc")
|
||||
PROG= nm
|
||||
SRCS= nm.c
|
||||
.endif
|
||||
|
||||
MAN= nm.1
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.2 1998/07/29 19:18:27 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.3 1999/02/02 22:06:00 tv Exp $
|
||||
|
||||
# XXX until our binutils is upgraded
|
||||
.if (${MACHINE_ARCH} != "powerpc")
|
||||
PROG= objcopy
|
||||
SRCS= objcopy.c not-strip.c
|
||||
.endif
|
||||
|
||||
MAN= objcopy.1
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.2 1998/07/29 19:18:27 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.3 1999/02/02 22:06:00 tv Exp $
|
||||
|
||||
# XXX until our binutils is upgraded
|
||||
.if (${MACHINE_ARCH} != "powerpc")
|
||||
PROG= objdump
|
||||
SRCS= objdump.c prdbg.c
|
||||
.endif
|
||||
|
||||
MAN= objdump.1
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.2 1998/07/29 19:18:27 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.3 1999/02/02 22:06:00 tv Exp $
|
||||
|
||||
# XXX until our binutils is upgraded
|
||||
.if (${MACHINE_ARCH} != "powerpc")
|
||||
PROG= ranlib
|
||||
SRCS= ar.c is-ranlib.c
|
||||
.endif
|
||||
|
||||
MAN= ranlib.1
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.2 1998/07/29 19:18:27 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.3 1999/02/02 22:06:01 tv Exp $
|
||||
|
||||
# XXX until our binutils is upgraded
|
||||
.if (${MACHINE_ARCH} != "powerpc")
|
||||
PROG= size
|
||||
SRCS= size.c
|
||||
.endif
|
||||
|
||||
MAN= size.1
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.2 1998/07/29 19:18:27 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.3 1999/02/02 22:06:01 tv Exp $
|
||||
|
||||
# XXX until our binutils is upgraded
|
||||
.if (${MACHINE_ARCH} != "powerpc")
|
||||
PROG= strings
|
||||
SRCS= strings.c
|
||||
.endif
|
||||
|
||||
MAN= strings.1
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
@ -1,16 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.4 1999/01/07 05:56:30 itohy Exp $
|
||||
# $NetBSD: Makefile,v 1.5 1999/02/02 22:06:02 tv Exp $
|
||||
|
||||
.if (${MACHINE_ARCH} != "powerpc")
|
||||
PROG= strip
|
||||
SRCS= objcopy.c is-strip.c
|
||||
.endif
|
||||
|
||||
MAN= strip.1
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
# STRIPPROG is capable of stripping itself, so this is OK.
|
||||
.if (${STRIPFLAG} != "") && (${MACHINE_ARCH} != "powerpc")
|
||||
.if (${STRIPFLAG} != "")
|
||||
STRIPFLAG:=
|
||||
realinstall: __installstrip
|
||||
__installstrip:
|
||||
|
|
Loading…
Reference in New Issue