Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl2/gmake/dist/config Put local change in sorted l...
details: https://anonhg.NetBSD.org/src/rev/bc26dc97fbe9
branches: trunk
changeset: 801798:bc26dc97fbe9
user: wiz <wiz%NetBSD.org@localhost>
date: Mon Aug 18 07:12:47 2014 +0000
description:
Put local change in sorted location.
diffstat:
external/gpl2/gmake/dist/config/config.guess | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 710d5b30a368 -r bc26dc97fbe9 external/gpl2/gmake/dist/config/config.guess
--- a/external/gpl2/gmake/dist/config/config.guess Mon Aug 18 07:03:33 2014 +0000
+++ b/external/gpl2/gmake/dist/config/config.guess Mon Aug 18 07:12:47 2014 +0000
@@ -939,12 +939,12 @@
sparc:Linux:*:* | sparc64:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-gnu
exit ;;
+ tile*:Linux:*:*)
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
+ exit 0 ;;
vax:Linux:*:*)
echo ${UNAME_MACHINE}-dec-linux-gnu
exit ;;
- tile*:Linux:*:*)
- echo ${UNAME_MACHINE}-unknown-linux-gnu
- exit 0 ;;
x86_64:Linux:*:*)
echo x86_64-unknown-linux-gnu
exit ;;
Home |
Main Index |
Thread Index |
Old Index