Handle tilegx* machine names.
commit9a2835df5c25bc5a5669029fc92a60bfe25bf1c3
authorJoseph Myers <joseph@codesourcery.com>
Fri, 4 Nov 2016 13:32:06 +0000 (4 13:32 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 4 Nov 2016 13:32:06 +0000 (4 13:32 +0000)
treed5a3769ac833c1fc33a279ad851e957791b00146
parent6c50bb532bb1f47084762e16fbf52af9b5a752d8
Handle tilegx* machine names.

This patch makes sysdeps/tile/preconfigure handle tilegx* machine
names instead of just plain tilegx.  That matches GCC, and in
particular allows a big-endian toolchain to use the tilegxbe-linux-gnu
name when configuring both GCC and glibc.

Tested with compilation for tilegxbe-linux-gnu, both 32-bit and 64-bit
(building a subsequent GCC against that glibc still falls over because
of both 32-bit and 64-bit libraries going in the lib directory, as
noted at
<https://sourceware.org/ml/libc-alpha/2016-11/msg00129.html>).

* sysdeps/tile/preconfigure: Accept tilegx* instead of tilegx.
ChangeLog
sysdeps/tile/preconfigure