diff mbox

[ia64] add multiarch definitions for ia64-linux-gnu

Message ID 50A4CA7D.1060106@ubuntu.com
State New
Headers show

Commit Message

Matthias Klose Nov. 15, 2012, 10:57 a.m. UTC
Am 15.11.2012 09:51, schrieb Alexander Monakov:
> The attached patch includes t-glibc instead of t-linux in config.gcc.

thanks for the pointer. updated patch attached below.

  Matthias

Comments

Matthias Klose Nov. 21, 2012, 2:44 a.m. UTC | #1
ping, re-sending to the port maintainers

Am 15.11.2012 11:57, schrieb Matthias Klose:
> Am 15.11.2012 09:51, schrieb Alexander Monakov:
>> The attached patch includes t-glibc instead of t-linux in config.gcc.
> 
> thanks for the pointer. updated patch attached below.
Steve Ellcey Nov. 21, 2012, 6:51 p.m. UTC | #2
On Wed, 2012-11-21 at 03:44 +0100, Matthias Klose wrote:
> ping, re-sending to the port maintainers
> 
> Am 15.11.2012 11:57, schrieb Matthias Klose:
> > Am 15.11.2012 09:51, schrieb Alexander Monakov:
> >> The attached patch includes t-glibc instead of t-linux in config.gcc.
> > 
> > thanks for the pointer. updated patch attached below.

OK for ia64.

Steve Ellcey
sellcey@mips.com
diff mbox

Patch

2012-11-14  Matthias Klose  <doko@ubuntu.com>

	* config/ia64/t-linux: New file; define MULTIARCH_DIRNAME.
	* config.gcc <ia64*-*-linux*> (tmake_file): Include ia64/t-linux.

Index: config/ia64/t-linux
===================================================================
--- config/ia64/t-linux	(revision 0)
+++ config/ia64/t-linux	(revision 0)
@@ -0,0 +1 @@ 
+MULTIARCH_DIRNAME = $(call if_multiarch,ia64-linux-gnu)
Index: config.gcc
===================================================================
--- config.gcc	(revision 193508)
+++ config.gcc	(working copy)
@@ -1550,7 +1553,7 @@ 
 	;;
 ia64*-*-linux*)
 	tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h ia64/sysv4.h ia64/linux.h"
-	tmake_file="${tmake_file} ia64/t-ia64 t-libunwind"
+	tmake_file="${tmake_file} ia64/t-ia64 ia64/t-linux t-libunwind"
 	target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
 	;;
 ia64*-*-hpux*)