diff mbox

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

Message ID 50A41B51.1090709@ubuntu.com
State New
Headers show

Commit Message

Matthias Klose Nov. 14, 2012, 10:29 p.m. UTC
The following patch adds the multiarch definitions for alpha-linux-gnu. Tested
using a Debian/Ubuntu package build. Ok for the trunk?

  Matthias

Comments

Matthias Klose Nov. 21, 2012, 3:47 a.m. UTC | #1
ping, adding the alpha port maintainer

Am 14.11.2012 23:29, schrieb Matthias Klose:
> The following patch adds the multiarch definitions for alpha-linux-gnu. Tested
> using a Debian/Ubuntu package build. Ok for the trunk?
> 
>   Matthias
>
Richard Henderson Nov. 21, 2012, 11:19 p.m. UTC | #2
On 11/21/2012 02:52 PM, Matthias Klose wrote:
> http://gcc.gnu.org/ml/gcc-patches/2012-11/msg01172.html

Ok.


r~
diff mbox

Patch

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

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

Index: config/alpha/t-linux
===================================================================
--- config/alpha/t-linux	(revision 0)
+++ config/alpha/t-linux	(revision 0)
@@ -0,0 +1 @@ 
+MULTIARCH_DIRNAME = $(call if_multiarch,alpha-linux-gnu)
Index: config.gcc
===================================================================
--- config.gcc	(revision 193508)
+++ config.gcc	(working copy)
@@ -831,6 +831,7 @@ 
 	;;
 alpha*-*-linux*)
 	tm_file="elfos.h ${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h glibc-stdint.h"
+	tmake_file="${tmake_file} alpha/t-linux"
 	extra_options="${extra_options} alpha/elf.opt"
 	;;
 alpha*-*-freebsd*)