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.ang...@bell.net
2013-10-02 John David Anglin <dang...@gcc.gnu.org>
* config.gcc (hppa*64*-*-linux*): Don't add pa/t-linux to tmake_file.
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
;;