opnsense-src/gnu/usr.bin/gdb/arch/powerpc64/Makefile
Nathan Whitehorn 2cf64c8006 Teach our toolchain how to generate 64-bit PowerPC binaries. This fixes
a variety of bugs in binutils related to handling of 64-bit PPC ELF,
provides a GCC configuration for 64-bit PowerPC on FreeBSD, and
associated build systems tweaks.

Obtained from:	projects/ppc64
2010-07-10 02:29:22 +00:00

14 lines
326 B
Makefile

# $FreeBSD$
.if !defined(GDB_CROSS_DEBUGGER)
LIBSRCS+= fbsd-proc.c fbsd-threads.c gcore.c
LIBSRCS+= ppcfbsd-nat.c
.endif
LIBSRCS+= solib.c solib-svr4.c
LIBSRCS+= ppc-sysv-tdep.c ppcfbsd-tdep.c rs6000-tdep.c
nm.h:
echo '#include "powerpc/nm-fbsd.h"' > ${.TARGET}
tm.h:
echo '#include "powerpc/tm-ppc-eabi.h"' > ${.TARGET}