diff options
| author | christos <christos@NetBSD.org> | 2012-07-19 19:34:26 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2012-07-19 19:34:26 +0000 |
| commit | 8e42c5e27ff8b6bfc343e91c7e6f3230d43caa37 (patch) | |
| tree | 2c0dda6851913509b933e58a7fc2c5026ffc5cc1 /gnu | |
| parent | b7035079524deb644fe1f203b9d8381463738d3e (diff) | |
PR/46704: Antti Kantee: Recognize tilera in config.guess
Diffstat (limited to 'gnu')
| -rwxr-xr-x | gnu/dist/gmake/config/config.guess | 3 | ||||
| -rwxr-xr-x | gnu/dist/texinfo/config.guess | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gnu/dist/gmake/config/config.guess b/gnu/dist/gmake/config/config.guess index f1657bbc464..1846df63a16 100755 --- a/gnu/dist/gmake/config/config.guess +++ b/gnu/dist/gmake/config/config.guess @@ -861,6 +861,9 @@ EOF sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; + tile*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit 0 ;; x86_64:Linux:*:*) echo x86_64-unknown-linux-gnu exit 0 ;; diff --git a/gnu/dist/texinfo/config.guess b/gnu/dist/texinfo/config.guess index 82294713260..b9e9d2487a2 100755 --- a/gnu/dist/texinfo/config.guess +++ b/gnu/dist/texinfo/config.guess @@ -923,6 +923,9 @@ EOF sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; + tile*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit 0 ;; x86_64:Linux:*:*) echo x86_64-unknown-linux-gnu exit 0 ;; |
