This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Allow cross-building vax-linux{,-uclibc} hosted binutils


Hi!

I'd like to commit this patch. It allows building vax-linux-uclibc hosted
binutils with a vax-linux-uclibc cross-compiler toolchain. Any
comments/objections?

MfG, JBG

2005-12-27  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
bfd/
	* hosts/vaxlinux.h (TRAD_CORE_EXTRA_SIZE_ALLOWED): Define.
	(HOST_MACHINE_ARCH): Define. This allows cross-building
	vax-linux hosted binutils.

diff -Nurp src-binutils-fresh/bfd/hosts/vaxlinux.h src-binutils-hacked/bfd/hosts/vaxlinux.h
--- src-binutils-fresh/bfd/hosts/vaxlinux.h	1970-01-01 01:00:00.000000000 +0100
+++ src-binutils-hacked/bfd/hosts/vaxlinux.h	2005-10-30 22:43:59.000000000 +0100
@@ -0,0 +1,2 @@
+#define TRAD_CORE_EXTRA_SIZE_ALLOWED	4096
+#define HOST_MACHINE_ARCH		bfd_arch_vax

-- 
Jan-Benedict Glaw       jbglaw@lug-owl.de    . +49-172-7608481             _ O _
"Eine Freie Meinung in  einem Freien Kopf    | Gegen Zensur | Gegen Krieg  _ _ O
 fÃr einen Freien Staat voll Freier BÃrger"  | im Internet! |   im Irak!   O O O
ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));

Attachment: signature.asc
Description: Digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]