protoize/unprotoize are no more.
This commit is contained in:
parent
da2c19b170
commit
1f06d4e421
21
external/gpl3/gcc/usr.bin/protoize/Makefile
vendored
21
external/gpl3/gcc/usr.bin/protoize/Makefile
vendored
@ -1,21 +0,0 @@
|
||||
# $NetBSD: Makefile,v 1.1 2011/06/21 06:03:15 mrg Exp $
|
||||
|
||||
NOMAN= # defined
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= protoize
|
||||
SRCS= protoize.c ${G_PROTO_OBJS:.o=.c}
|
||||
|
||||
CPPFLAGS+= -I${BACKENDOBJ} \
|
||||
-DDEFAULT_TARGET_MACHINE=\"\" \
|
||||
-DDEFAULT_TARGET_VERSION=\"\"
|
||||
|
||||
|
||||
.include "../Makefile.frontend"
|
||||
|
||||
COPTS+= -Wno-stack-protector
|
||||
|
||||
.PATH: ${DIST}/gcc
|
||||
|
||||
.include <bsd.info.mk>
|
21
external/gpl3/gcc/usr.bin/unprotoize/Makefile
vendored
21
external/gpl3/gcc/usr.bin/unprotoize/Makefile
vendored
@ -1,21 +0,0 @@
|
||||
# $NetBSD: Makefile,v 1.1 2011/06/21 06:03:15 mrg Exp $
|
||||
|
||||
NOMAN= # defined
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= unprotoize
|
||||
SRCS= protoize.c ${G_PROTO_OBJS:.o=.c}
|
||||
|
||||
CPPFLAGS+= -I${BACKENDOBJ} \
|
||||
-DUNPROTOIZE \
|
||||
-DDEFAULT_TARGET_MACHINE=\"\" \
|
||||
-DDEFAULT_TARGET_VERSION=\"\"
|
||||
|
||||
.include "../Makefile.frontend"
|
||||
|
||||
COPTS+= -Wno-stack-protector
|
||||
|
||||
.PATH: ${DIST}/gcc
|
||||
|
||||
.include <bsd.info.mk>
|
Loading…
Reference in New Issue
Block a user