summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-23 01:21:50 +0000
committerkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-23 01:21:50 +0000
commit2109ded23bb61f4f3b3eaf1081865ddc1aa2a4b2 (patch)
tree0ce5b0ac94a126a4b9e01591de64ca22f7c57216 /config.guess
parentab0617935af90b2fa2a91c6ad3b4d9d08b4266d9 (diff)
2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
* config.guess: New upstream version * compile, depcomp, install-sh, ylwrap: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87914 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index 3826ba124bda..7d0185e019ed 100755
--- a/config.guess
+++ b/config.guess
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
-timestamp='2004-08-29'
+timestamp='2004-09-07'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -827,6 +827,9 @@ EOF
crisv32:Linux:*:*)
echo crisv32-axis-linux-gnu
exit 0 ;;
+ frv:Linux:*:*)
+ echo frv-unknown-linux-gnu
+ exit 0 ;;
ia64:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-gnu
exit 0 ;;