c23dc553e9
switch the sense of the gdb and gcc tests to list the platforms not switched to gcc 4.5 or gdb 7, which is now: GCC 4.1: .if ${MACHINE_ARCH} == "alpha" || \ ${MACHINE_CPU} == "arm" || \ ${MACHINE_CPU} == "m68k" || \ ${MACHINE_CPU} == "vax" GDB 6: .if ${MACHINE_ARCH} == "alpha" || \ ${MACHINE_ARCH} == "hppa" || \ ${MACHINE_CPU} == "mips" || \ ${MACHINE_CPU} == "sh3" || \ ${MACHINE_ARCH} == "vax" let's go, people! (-:
16 lines
382 B
Makefile
16 lines
382 B
Makefile
# $NetBSD: Makefile,v 1.9 2011/10/31 08:14:44 mrg Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
HOSTPROGNAME= ${MACHINE_GNU_PLATFORM}-mdsetimage
|
|
|
|
HOST_SRCDIR= external/gpl3/binutils/usr.sbin/mdsetimage
|
|
|
|
TOOLCHAINOBJ!= cd ${.CURDIR}/../binutils && ${PRINTOBJDIR}
|
|
BFDDIR= ${TOOLCHAINOBJ}/build/bfd
|
|
IBERTYDIR= ${TOOLCHAINOBJ}/build/libiberty
|
|
|
|
.include "${.CURDIR}/../Makefile.host"
|