OSDN Git Service

Clean up -fset-g77-defaults and -fversion docs
[pf3gnuchains/gcc-fork.git] / config.guess
index 907a23f..f3fce22 100755 (executable)
@@ -539,6 +539,9 @@ EOF
        # i386?
        echo i386-pc-interix
        exit 0 ;;
+    i*:UWIN*:*)
+       echo ${UNAME_MACHINE}-pc-uwin
+       exit 0 ;;
     p*:CYGWIN*:*)
        echo powerpcle-unknown-cygwin32
        exit 0 ;;
@@ -552,6 +555,7 @@ EOF
        # uname on the ARM produces all sorts of strangeness, and we need to
        # filter it out.
        case "$UNAME_MACHINE" in
+         armv*)                      UNAME_MACHINE=$UNAME_MACHINE ;;
          arm* | sa110*)              UNAME_MACHINE="arm" ;;
        esac