diff mbox

[committed] Don't define MULTIARCH_DIRNAME on hppa*64*-*-linux*

Message ID BLU0-SMTP638FCD2C3F06EDD6E4A02B97170@phx.gbl
State New
Headers show

Commit Message

John David Anglin Oct. 3, 2013, 1:02 a.m. UTC
Currently, there is no glibc port for the  hppa64-linux target and  
there are no headers.  It is not built with --enable-multiarch,
so we don't need to define MULTIARCH_DIRNAME.  Using the 32-bit  
directory is also wrong.  This patch removes adding
the pa/t-linux file from the tmake_file variable in config.gcc.

Tested on hppa-unknown-linux-gnu and committed to trunk, 4.8 and 4.7.

Dave
--
John David Anglin	dave.anglin@bell.net
2013-10-02  John David Anglin  <danglin@gcc.gnu.org>

	* config.gcc (hppa*64*-*-linux*): Don't add pa/t-linux to tmake_file.
diff mbox

Patch

Index: config.gcc
===================================================================
--- config.gcc	(revision 203030)
+++ config.gcc	(working copy)
@@ -1113,7 +1113,6 @@ 
 	tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h gnu-user.h linux.h \
 		 glibc-stdint.h pa/pa-linux.h pa/pa64-regs.h pa/pa-64.h \
 		 pa/pa64-linux.h"
-	tmake_file="${tmake_file} pa/t-linux"
 	gas=yes gnu_ld=yes
 	need_64bit_hwint=yes
 	;;