From 8a987d07eada29d63264b74eb1ddcfbbb7a61aaa Mon Sep 17 00:00:00 2001 From: Jan-Benedict Glaw Date: Tue, 27 Dec 2005 22:17:25 +0000 Subject: 2005-12-27 Jan-Benedict Glaw * vaxlinux.h: New file. (TRAD_CORE_EXTRA_SIZE_ALLOWED): Define. (HOST_MACHINE_ARCH): Define. This allows cross-building vax-linux hosted binutils. --- bfd/hosts/vaxlinux.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bfd/hosts/vaxlinux.h (limited to 'bfd/hosts') diff --git a/bfd/hosts/vaxlinux.h b/bfd/hosts/vaxlinux.h new file mode 100644 index 0000000000..527f1870d3 --- /dev/null +++ b/bfd/hosts/vaxlinux.h @@ -0,0 +1,2 @@ +#define TRAD_CORE_EXTRA_SIZE_ALLOWED 4096 +#define HOST_MACHINE_ARCH bfd_arch_vax -- cgit v1.2.1