summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-06-29 03:18:28 +0000
committerobrien <obrien@FreeBSD.org>2002-06-29 03:18:28 +0000
commit654fdc5b164c286482ed973c37bc8b2cb0d102e3 (patch)
tree6bb08c06fe7b400daf77267dc4ab2f6b6d02ad97 /gnu
parentd0166e68000221c58f5f26c94a1562e1096d89ee (diff)
downloadFreeBSD-src-654fdc5b164c286482ed973c37bc8b2cb0d102e3.zip
FreeBSD-src-654fdc5b164c286482ed973c37bc8b2cb0d102e3.tar.gz
Best guess at configurations for our other arches. (totally untested)
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/gdb/Makefile.arm5
-rw-r--r--gnu/usr.bin/binutils/gdb/Makefile.ia645
-rw-r--r--gnu/usr.bin/binutils/gdb/Makefile.powerpc5
3 files changed, 15 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile.arm b/gnu/usr.bin/binutils/gdb/Makefile.arm
new file mode 100644
index 0000000..3a8bcff
--- /dev/null
+++ b/gnu/usr.bin/binutils/gdb/Makefile.arm
@@ -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
diff --git a/gnu/usr.bin/binutils/gdb/Makefile.ia64 b/gnu/usr.bin/binutils/gdb/Makefile.ia64
new file mode 100644
index 0000000..08283c7
--- /dev/null
+++ b/gnu/usr.bin/binutils/gdb/Makefile.ia64
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+XSRCS+= ia64-tdep.c ia64-fbsd-nat.c \
+ core-regset.c
+CFLAGS+= -DDEFAULT_BFD_VEC=bfd_elf64_ia64_vec
diff --git a/gnu/usr.bin/binutils/gdb/Makefile.powerpc b/gnu/usr.bin/binutils/gdb/Makefile.powerpc
new file mode 100644
index 0000000..b5f9778
--- /dev/null
+++ b/gnu/usr.bin/binutils/gdb/Makefile.powerpc
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+XSRCS+= ppcnbsd-nat.c ppc-tdep.c \
+ core-regset.c
+CFLAGS+= -DDEFAULT_BFD_VEC=bfd_elf32_powerpc_vec
OpenPOWER on IntegriCloud