freebsd-dev/gnu/usr.bin/binutils/as/powerpc-freebsd/Makefile
David E. O'Brien edb338ea02 We can easily share obj-format.h and targ-env.h files across all FreeBSD
platforms, which reduces the upgrade effort.
Also tidy up the Makefiles.
2001-10-15 01:43:23 +00:00

16 lines
361 B
Makefile

# $FreeBSD$
.include "${.CURDIR}/../Makefile.inc0"
.if ${TARGET_ARCH} != "powerpc"
NOMAN= true
BINDIR= /usr/libexec/cross/powerpc-freebsd
# If we aren't doing cross-assembling, some operations can be optimized, since
# byte orders and value sizes don't need to be adjusted.
CFLAGS+= -DCROSS_COMPILE=1
.endif
SRCS+= obj-elf.c tc-ppc.c
.include <bsd.prog.mk>