diff options
| author | Jan-Benedict Glaw <jbglaw@lug-owl.de> | 2005-12-27 22:17:25 +0000 |
|---|---|---|
| committer | Jan-Benedict Glaw <jbglaw@lug-owl.de> | 2005-12-27 22:17:25 +0000 |
| commit | ef981364537cea4855e2f39fc04698941cad1997 (patch) | |
| tree | 132d809e1a2ed4c14a0975fe08fd97d4b8b33a37 /bfd/hosts | |
| parent | 585e38edb97e1af8ced04621a006cb6d1d106b65 (diff) | |
| download | ppe42-binutils-ef981364537cea4855e2f39fc04698941cad1997.tar.gz ppe42-binutils-ef981364537cea4855e2f39fc04698941cad1997.zip | |
2005-12-27 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* vaxlinux.h: New file. (TRAD_CORE_EXTRA_SIZE_ALLOWED): Define.
(HOST_MACHINE_ARCH): Define. This allows cross-building vax-linux
hosted binutils.
Diffstat (limited to 'bfd/hosts')
| -rw-r--r-- | bfd/hosts/vaxlinux.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |

