]> code.delx.au - gnu-emacs/commitdiff
(*:Linux:*:*): Add guess for sparc-unknown-linux.
authorKarl Heuer <kwzh@gnu.org>
Mon, 3 Jun 1996 12:51:33 +0000 (12:51 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 3 Jun 1996 12:51:33 +0000 (12:51 +0000)
config.guess

index ab53d1463385dcdd0562a359b5bbdc991f0c33d0..e7254760df0e2f56d62cdc545e46e3f5f38e14c0 100755 (executable)
@@ -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.