1999-11-06 17:16:59 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../Makefile.inc0"
|
|
|
|
|
|
2001-10-14 21:43:23 -04:00
|
|
|
.if ${TARGET_ARCH} != "powerpc"
|
|
|
|
|
NOMAN= true
|
|
|
|
|
BINDIR= /usr/libexec/cross/powerpc-freebsd
|
2000-05-22 04:25:40 -04:00
|
|
|
# If we aren't doing cross-assembling, some operations can be optimized, since
|
|
|
|
|
# byte orders and value sizes don't need to be adjusted.
|
2001-10-14 21:43:23 -04:00
|
|
|
CFLAGS+= -DCROSS_COMPILE=1
|
2000-05-22 04:25:40 -04:00
|
|
|
.endif
|
2001-10-14 21:43:23 -04:00
|
|
|
SRCS+= obj-elf.c tc-ppc.c
|
1999-11-06 17:16:59 -05:00
|
|
|
|
2000-05-22 04:25:40 -04:00
|
|
|
|
1999-11-06 17:16:59 -05:00
|
|
|
.include <bsd.prog.mk>
|