Index: head/gnu/usr.bin/binutils/gdb/Makefile.arm =================================================================== --- head/gnu/usr.bin/binutils/gdb/Makefile.arm (nonexistent) +++ head/gnu/usr.bin/binutils/gdb/Makefile.arm (revision 99015) @@ -0,0 +1,5 @@ +# $FreeBSD$ + +XSRCS+= armnbsd-nat.c armnbsd-tdep.c arm-tdep.c \ + core-regset.c +CFLAGS+= -DDEFAULT_BFD_VEC=bfd_elf32_arm_vec Property changes on: head/gnu/usr.bin/binutils/gdb/Makefile.arm ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/gnu/usr.bin/binutils/gdb/Makefile.ia64 =================================================================== --- head/gnu/usr.bin/binutils/gdb/Makefile.ia64 (nonexistent) +++ head/gnu/usr.bin/binutils/gdb/Makefile.ia64 (revision 99015) @@ -0,0 +1,5 @@ +# $FreeBSD$ + +XSRCS+= ia64-tdep.c ia64-fbsd-nat.c \ + core-regset.c +CFLAGS+= -DDEFAULT_BFD_VEC=bfd_elf64_ia64_vec Property changes on: head/gnu/usr.bin/binutils/gdb/Makefile.ia64 ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/gnu/usr.bin/binutils/gdb/Makefile.powerpc =================================================================== --- head/gnu/usr.bin/binutils/gdb/Makefile.powerpc (nonexistent) +++ head/gnu/usr.bin/binutils/gdb/Makefile.powerpc (revision 99015) @@ -0,0 +1,5 @@ +# $FreeBSD$ + +XSRCS+= ppcnbsd-nat.c ppc-tdep.c \ + core-regset.c +CFLAGS+= -DDEFAULT_BFD_VEC=bfd_elf32_powerpc_vec Property changes on: head/gnu/usr.bin/binutils/gdb/Makefile.powerpc ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property