diff options
author | kwzh <kwzh@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-06-03 12:51:33 +0000 |
---|---|---|
committer | kwzh <kwzh@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-06-03 12:51:33 +0000 |
commit | 2922f2470963c3698463e18de307bb71bc218a74 (patch) | |
tree | 15cdbfc95c0b321ab6c713ff53d1897c813c1ece /gcc/config.guess | |
parent | 3d6c5b5a0bd630bebddf23932426b596be6f3175 (diff) | |
download | gcc-2922f2470963c3698463e18de307bb71bc218a74.tar.gz |
(*:Linux:*:*): Add guess for sparc-unknown-linux.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12145 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.guess')
-rwxr-xr-x | gcc/config.guess | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config.guess b/gcc/config.guess index ab53d146338..e7254760df0 100755 --- a/gcc/config.guess +++ b/gcc/config.guess @@ -350,6 +350,8 @@ EOF echo "${UNAME_MACHINE}-unknown-linuxaout" ; exit 0 elif test "${UNAME_MACHINE}" = "alpha" ; then echo alpha-unknown-linux ; exit 0 + elif test "${UNAME_MACHINE}" = "sparc" ; then + echo sparc-unknown-linux ; exit 0 else # Either a pre-BFD a.out linker (linuxoldld) or one that does not give us # useful --help. Gcc wants to distinguish between linuxoldld and linuxaout. |