freebsd-dev/gnu/usr.bin/binutils/as/powerpc-freebsd/Makefile

17 lines
371 B
Makefile
Raw Normal View History

1999-11-06 22:16:59 +00:00
# $FreeBSD$
.include "${.CURDIR}/../Makefile.inc0"
PROG= as
.if ${TARGET_ARCH} != "powerpc"
1999-11-06 22:16:59 +00:00
NOMAN= 1
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
1999-11-06 22:16:59 +00:00
SRCS+= obj-elf.c tc-ppc.c
1999-11-06 22:16:59 +00:00
.include <bsd.prog.mk>