<html>
<body>
  <div id="body" style="background-color:#ffffff;" >
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head" style="border-bottom-width:1px;border-bottom-style:solid;" ><td class="headtd" style="padding:0;padding-top:.2em;" colspan="4">Commit in <b><tt>lxdream</tt></b></td></tr>
<tr><td><tt><a href="#file1">acinclude.m4</a></tt></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+39</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-1</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">407659e01ef0 -> 62d0a21fac1c</td></tr>
<tr class="alt" style=";" ><td><tt><a href="#file2">config.guess</a></tt></td><td id="addedalt" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ccf7cc;" align="right">+254</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-237</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">407659e01ef0 -> 62d0a21fac1c</td></tr>
<tr><td><tt><a href="#file3">config.sub</a></tt></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+227</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-68</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">407659e01ef0 -> 62d0a21fac1c</td></tr>
<tr class="alt" style=";" ><td><tt><a href="#file4">configure</a></tt></td><td id="addedalt" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ccf7cc;" align="right">+257</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-13</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">407659e01ef0 -> 62d0a21fac1c</td></tr>
<tr><td><tt><a href="#file5">configure.in</a></tt></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+7</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-3</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">407659e01ef0 -> 62d0a21fac1c</td></tr>
<tr><td></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+784</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-322</td><td></td></tr>
</table>
<small id="info" style="color: #888888;" >5 modified files</small><br />
<pre class="comment" style="white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;padding:4px;border:1px dashed #000000;background-color:#ffffdd;" >
Add checks for -msse3 and -mfpmath=sse before adding them (in case the
  compiler doesn't actually support them)
Tweak configure for forward compatibility with more recent autoconfs
Update config.guess + config.sub to more recent versions
</pre>
<hr /><a name="file1" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>acinclude.m4</b></big> <small id="info" style="color: #888888;" >407659e01ef0 -> 62d0a21fac1c</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/acinclude.m4
+++ lxdream/acinclude.m4
@@ -15,6 +15,8 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    AC_MSG_RESULT([yes])
    $1 ], [ 
    AC_MSG_RESULT([no])
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+   $2 ], [
+      AC_MSG_RESULT([no])
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    $2 ])
 ])
 
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -69,7 +71,9 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    AC_MSG_RESULT([yes])
    $1 ], [ 
    AC_MSG_RESULT([no])
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   $2 ]<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >)</span>
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+   $2 ]<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >, [</span>
+   AC_MSG_RESULT([no])
+   $2 ] )
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > ])
 
 # AC_CC_VERSION([if-gcc], [if-icc],[if-other])
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -111,6 +115,40 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > fi
 ]);
 
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+# Check if the given C compiler flag is supported, and if so add it to CFLAGS
+AC_DEFUN([AC_CHECK_CFLAG], [
+AC_LANG_PUSH([C])
+AC_MSG_CHECKING([if $CC supports $1])
+save_CFLAGS="$CFLAGS"
+CFLAGS="$1 $CFLAGS"
+AC_COMPILE_IFELSE([
+  AC_LANG_SOURCE([int main() { return 0; }])], [
+   AC_MSG_RESULT([yes])
+   $2 ], [ 
+   CFLAGS="$save_CFLAGS"
+   AC_MSG_RESULT([no])
+   $3 ])
+AC_LANG_POP([C])
+])
+
+# Check if the given OBJC compiler flag is supported, and if so add it to OBJCFLAGS
+AC_DEFUN([AC_CHECK_OBJCFLAG], [
+AC_LANG_PUSH([Objective C])
+AC_MSG_CHECKING([if $OBJC supports $1])
+save_OBJCFLAGS="$OBJCFLAGS"
+OBJCFLAGS="$1 $OBJCFLAGS"
+AC_COMPILE_IFELSE([
+  AC_LANG_SOURCE([int main() { return 0; }])], [
+   AC_MSG_RESULT([yes])
+   $2 ], [ 
+   OBJCFLAGS="$save_OBJCFLAGS"
+   AC_MSG_RESULT([no])
+   $3 ])
+AC_LANG_POP([Objective C])
+])
+
+
+
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > # AC_HAVE_OBJC([if-present],[if-not-present])
 # Check if we have a working Objective-C compiler
 AC_DEFUN([AC_HAVE_OBJC], [
</pre></div>
<hr /><a name="file2" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>config.guess</b></big> <small id="info" style="color: #888888;" >407659e01ef0 -> 62d0a21fac1c</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/config.guess
+++ lxdream/config.guess
@@ -1,10 +1,10 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > #! /bin/sh
 # Attempt to guess a canonical system name.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-#   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
-#   Inc.
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
+#   2011 Free Software Foundation, Inc.
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-timestamp='2006-07-02'
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+timestamp='2011-06-03'
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
 # 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
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -27,16 +27,16 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > # the same distribution terms that you use for the rest of that program.
 
 
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-# Originally written by Per Bothner <per@bothner.com>.
-# Please send patches to <config-patches@gnu.org>.  Submit a context
-# diff and a properly formatted ChangeLog entry.
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+# Originally written by Per Bothner.  Please send patches (context
+# diff format) to <config-patches@gnu.org> and include a ChangeLog
+# entry.
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > #
 # This script attempts to guess a canonical system name similar to
 # config.sub.  If it succeeds, it prints the system name on stdout, and
 # exits with 0.  Otherwise, it exits with 1.
 #
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-# The plan is that this can be called by configure scripts if you
-# don't specify an explicit build system type.
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+# You can get the latest version of this script from:
+# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
 me=`echo "$0" | sed -e 's,.*/,,'`
 
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -56,8 +56,9 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > GNU config.guess ($timestamp)
 
 Originally written by Per Bothner.
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
-Free Software Foundation, Inc.
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free
+Software Foundation, Inc.
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -161,6 +162,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >          arm*) machine=arm-unknown ;;
            sh3el) machine=shl-unknown ;;
            sh3eb) machine=sh-unknown ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+         sh5el) machine=sh5le-unknown ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >        *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
        esac
        # The Operating System including object format, if it has switched
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -169,7 +171,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >          arm*|i386|m68k|ns32k|sh3*|sparc|vax)
                eval $set_cc_for_build
                if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-                   | grep __ELF__ >/dev/null
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+                     | grep -q __ELF__
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >            then
                    # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout).
                    # Return netbsd for either.  FIX?
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -179,7 +181,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >              fi
                ;;
            *)
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-           os=netbsd
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+             os=netbsd
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >            ;;
        esac
        # The OS release
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -222,7 +224,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >              UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
                ;;
        *5.*)
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >        </span>UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     <span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >  </span>UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >            ;;
        esac
        # According to Compaq, /usr/sbin/psrinfo has been available on
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -268,7 +270,10 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      # A Xn.n version is an unreleased experimental baselevel.
        # 1.2 uses "1.2" for uname -r.
        echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   exit ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     # Reset EXIT trap before exiting to avoid spurious non-zero exit code.
+       exitcode=$?
+       trap '' 0
+       exit $exitcode ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     Alpha\ *:Windows_NT*:*)
        # How do we know it's Interix rather than the generic POSIX subsystem?
        # Should we change UNAME_MACHINE based on the output of uname instead
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -294,7 +299,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      echo s390-ibm-zvmoe
        exit ;;
     *:OS400:*:*)
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >        </span>echo powerpc-ibm-os400
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >       </span>echo powerpc-ibm-os400
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    exit ;;
     arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
        echo arm-acorn-riscix${UNAME_RELEASE}
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -323,14 +328,33 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      case `/usr/bin/uname -p` in
            sparc) echo sparc-icl-nx7; exit ;;
        esac ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    s390x:SunOS:*:*)
+       echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
+       exit ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     sun4H:SunOS:5.*:*)
        echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
        exit ;;
     sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
        echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
        exit ;;
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    i86pc:SunOS:5.*:*)
-       echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*)
+       echo i386-pc-auroraux${UNAME_RELEASE}
+       exit ;;
+    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
+       eval $set_cc_for_build
+       SUN_ARCH="i386"
+       # If there is a compiler, see if it is configured for 64-bit objects.
+       # Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
+       # This test works for both compilers.
+       if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
+           if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
+               (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
+               grep IS_64BIT_ARCH >/dev/null
+           then
+               SUN_ARCH="x86_64"
+           fi
+       fi
+       echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    exit ;;
     sun4*:SunOS:6*:*)
        # According to config.sub, this is the proper way to canonicalize
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -374,23 +398,23 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     # MiNT.  But MiNT is downward compatible to TOS, so this should
     # be no problem.
     atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >        </span>echo m68k-atari-mint${UNAME_RELEASE}
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >       </span>echo m68k-atari-mint${UNAME_RELEASE}
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    exit ;;
     atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
        echo m68k-atari-mint${UNAME_RELEASE}
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        exit ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     exit ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >        </span>echo m68k-atari-mint${UNAME_RELEASE}
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >       </span>echo m68k-atari-mint${UNAME_RELEASE}
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    exit ;;
     milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        echo m68k-milan-mint${UNAME_RELEASE}
-        exit ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     echo m68k-milan-mint${UNAME_RELEASE}
+       exit ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        echo m68k-hades-mint${UNAME_RELEASE}
-        exit ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     echo m68k-hades-mint${UNAME_RELEASE}
+       exit ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        echo m68k-unknown-mint${UNAME_RELEASE}
-        exit ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     echo m68k-unknown-mint${UNAME_RELEASE}
+       exit ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     m68k:machten:*:*)
        echo m68k-apple-machten${UNAME_RELEASE}
        exit ;;
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -460,8 +484,8 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      echo m88k-motorola-sysv3
        exit ;;
     AViiON:dgux:*:*)
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        # DG/UX returns AViiON for all architectures
-        UNAME_PROCESSOR=`/usr/bin/uname -p`
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     # DG/UX returns AViiON for all architectures
+       UNAME_PROCESSOR=`/usr/bin/uname -p`
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
        then
            if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -474,7 +498,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      else
            echo i586-dg-dgux${UNAME_RELEASE}
        fi
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" > </span>        exit ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     exit ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     M88*:DolphinOS:*:*)    # DolphinOS (SVR3)
        echo m88k-dolphin-sysv3
        exit ;;
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -531,7 +555,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >              echo rs6000-ibm-aix3.2
        fi
        exit ;;
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    *:AIX:*:[45])
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    *:AIX:*:[45<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >67</span>])
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
        if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
                IBM_ARCH=rs6000
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -574,52 +598,52 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >          9000/[678][0-9][0-9])
                if [ -x /usr/bin/getconf ]; then
                    sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-                    sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
-                    case "${sc_cpu_version}" in
-                      523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0
-                      528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1
-                      532)                      # CPU_PA_RISC2_0
-                        case "${sc_kernel_bits}" in
-                          32) HP_ARCH="hppa2.0n" ;;
-                          64) HP_ARCH="hppa2.0w" ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+                 sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
+                   case "${sc_cpu_version}" in
+                     523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0
+                     528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1
+                     532)                      # CPU_PA_RISC2_0
+                       case "${sc_kernel_bits}" in
+                         32) HP_ARCH="hppa2.0n" ;;
+                         64) HP_ARCH="hppa2.0w" ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >                      '') HP_ARCH="hppa2.0" ;;   # HP-UX 10.20
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-                        esac ;;
-                    esac
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+                     esac ;;
+                   esac
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >            fi
                if [ "${HP_ARCH}" = "" ]; then
                    eval $set_cc_for_build
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-               sed 's/^<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >              </span>//' << EOF >$dummy.c
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+                 sed 's/^<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >              </span>//' << EOF >$dummy.c
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-              #define _HPUX_SOURCE
-              #include <stdlib.h>
-              #include <unistd.h>
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+             #define _HPUX_SOURCE
+               #include <stdlib.h>
+               #include <unistd.h>
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-              int main ()
-              {
-              #if defined(_SC_KERNEL_BITS)
-                  long bits = sysconf(_SC_KERNEL_BITS);
-              #endif
-                  long cpu  = sysconf (_SC_CPU_VERSION);
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+             int main ()
+               {
+               #if defined(_SC_KERNEL_BITS)
+                   long bits = sysconf(_SC_KERNEL_BITS);
+               #endif
+                   long cpu  = sysconf (_SC_CPU_VERSION);
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-                  switch (cpu)
-               {
-               case CPU_PA_RISC1_0: puts ("hppa1.0"); break;
-               case CPU_PA_RISC1_1: puts ("hppa1.1"); break;
-               case CPU_PA_RISC2_0:
-              #if defined(_SC_KERNEL_BITS)
-                   switch (bits)
-                       {
-                       case 64: puts ("hppa2.0w"); break;
-                       case 32: puts ("hppa2.0n"); break;
-                       default: puts ("hppa2.0"); break;
-                       } break;
-              #else  /* !defined(_SC_KERNEL_BITS) */
-                   puts ("hppa2.0"); break;
-              #endif
-               default: puts ("hppa1.0"); break;
-               }
-                  exit (0);
-              }
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+                 switch (cpu)
+                       {
+                       case CPU_PA_RISC1_0: puts ("hppa1.0"); break;
+                       case CPU_PA_RISC1_1: puts ("hppa1.1"); break;
+                       case CPU_PA_RISC2_0:
+               #if defined(_SC_KERNEL_BITS)
+                           switch (bits)
+                               {
+                               case 64: puts ("hppa2.0w"); break;
+                               case 32: puts ("hppa2.0n"); break;
+                               default: puts ("hppa2.0"); break;
+                               } break;
+               #else  /* !defined(_SC_KERNEL_BITS) */
+                           puts ("hppa2.0"); break;
+               #endif
+                       default: puts ("hppa1.0"); break;
+                       }
+                   exit (0);
+               }
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > EOF
                    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
                    test -z "$HP_ARCH" && HP_ARCH=hppa
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -639,7 +663,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >          # => hppa64-hp-hpux11.23
 
            if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-           grep __LP64__ >/dev/null
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+             grep -q __LP64__
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >        then
                HP_ARCH="hppa2.0w"
            else
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -710,22 +734,22 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      exit ;;
     C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
        echo c1-convex-bsd
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        exit ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     exit ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
        if getsysinfo -f scalar_acc
        then echo c32-convex-bsd
        else echo c2-convex-bsd
        fi
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        exit ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     exit ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*)
        echo c34-convex-bsd
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        exit ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     exit ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*)
        echo c38-convex-bsd
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        exit ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     exit ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
        echo c4-convex-bsd
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        exit ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     exit ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     CRAY*Y-MP:*:*:*)
        echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
        exit ;;
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -749,14 +773,14 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      exit ;;
     F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
        FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
-        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
-        exit ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
+       FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
+       echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
+       exit ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     5000:UNIX_System_V:4.*:*)
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
-        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
+       FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
+       echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    exit ;;
     i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
        echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -780,25 +804,34 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     i*:CYGWIN*:*)
        echo ${UNAME_MACHINE}-pc-cygwin
        exit ;;
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >i</span>*:MINGW*:*)
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    *:MINGW*:*)
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    echo ${UNAME_MACHINE}-pc-mingw32
        exit ;;
     i*:windows32*:*)
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-           # uname -m includes "-pc" on this system.
-       echo ${UNAME_MACHINE}-mingw32
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     # uname -m includes "-pc" on this system.
+       echo ${UNAME_MACHINE}-mingw32
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    exit ;;
     i*:PW*:*)
        echo ${UNAME_MACHINE}-pc-pw32
        exit ;;
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    x86:Interix*:[3456]*)
-       echo i586-pc-interix${UNAME_RELEASE}
-       exit ;;
-    EM64T:Interix*:[3456]*)
-       echo x86_64-unknown-interix${UNAME_RELEASE}
-       exit ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    *:Interix*:*)
+       case ${UNAME_MACHINE} in
+           x86)
+               echo i586-pc-interix${UNAME_RELEASE}
+               exit ;;
+           authenticamd | genuineintel | EM64T)
+               echo x86_64-unknown-interix${UNAME_RELEASE}
+               exit ;;
+           IA64)
+               echo ia64-unknown-interix${UNAME_RELEASE}
+               exit ;;
+       esac ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
        echo i${UNAME_MACHINE}-pc-mks
        exit ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    8664:Windows_NT:*)
+       echo x86_64-pc-mks
+       exit ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
        # How do we know it's Interix rather than the generic POSIX subsystem?
        # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -828,8 +861,35 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     i*86:Minix:*:*)
        echo ${UNAME_MACHINE}-pc-minix
        exit ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    alpha:Linux:*:*)
+       case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
+         EV5)   UNAME_MACHINE=alphaev5 ;;
+         EV56)  UNAME_MACHINE=alphaev56 ;;
+         PCA56) UNAME_MACHINE=alphapca56 ;;
+         PCA57) UNAME_MACHINE=alphapca56 ;;
+         EV6)   UNAME_MACHINE=alphaev6 ;;
+         EV67)  UNAME_MACHINE=alphaev67 ;;
+         EV68*) UNAME_MACHINE=alphaev68 ;;
+       esac
+       objdump --private-headers /bin/sh | grep -q ld.so.1
+       if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
+       echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
+       exit ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     arm*:Linux:*:*)
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   echo ${UNAME_MACHINE}-unknown-linux-gnu
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     eval $set_cc_for_build
+       if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
+           | grep -q __ARM_EABI__
+       then
+           echo ${UNAME_MACHINE}-unknown-linux-gnu
+       else
+           if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
+               | grep -q __ARM_PCS_VFP
+           then
+               echo ${UNAME_MACHINE}-unknown-linux-gnueabi
+           else
+               echo ${UNAME_MACHINE}-unknown-linux-gnueabihf
+           fi
+       fi
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    exit ;;
     avr32*:Linux:*:*)
        echo ${UNAME_MACHINE}-unknown-linux-gnu
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -841,7 +901,18 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      echo crisv32-axis-linux-gnu
        exit ;;
     frv:Linux:*:*)
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >    </span>      echo frv-unknown-linux-gnu
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     echo frv-unknown-linux-gnu
+       exit ;;
+    i*86:Linux:*:*)
+       LIBC=gnu
+       eval $set_cc_for_build
+       sed 's/^        //' << EOF >$dummy.c
+       #ifdef __dietlibc__
+       LIBC=dietlibc
+       #endif
+EOF
+       eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
+       echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    exit ;;
     ia64:Linux:*:*)
        echo ${UNAME_MACHINE}-unknown-linux-gnu
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -852,74 +923,33 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     m68*:Linux:*:*)
        echo ${UNAME_MACHINE}-unknown-linux-gnu
        exit ;;
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    mips:Linux:*:*)
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    mips:Linux:*:* | mips64:Linux:*:*)
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    eval $set_cc_for_build
        sed 's/^        //' << EOF >$dummy.c
        #undef CPU
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   #undef mips
-       #undef mipsel
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     #undef ${UNAME_MACHINE}
+       #undef ${UNAME_MACHINE}el
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   CPU=mipsel
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     CPU=${UNAME_MACHINE}el
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    #else
        #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   CPU=mips
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     CPU=${UNAME_MACHINE}
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    #else
        CPU=
        #endif
        #endif
 EOF
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
-           /^CPU/{
-               s: ::g
-               p
-           }'`"
-       test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
-       ;;
-    mips64:Linux:*:*)
-       eval $set_cc_for_build
-       sed 's/^        //' << EOF >$dummy.c
-       #undef CPU
-       #undef mips64
-       #undef mips64el
-       #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
-       CPU=mips64el
-       #else
-       #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
-       CPU=mips64
-       #else
-       CPU=
-       #endif
-       #endif
-EOF
-       eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
-           /^CPU/{
-               s: ::g
-               p
-           }'`"
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
        ;;
     or32:Linux:*:*)
        echo or32-unknown-linux-gnu
        exit ;;
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    ppc:Linux:*:*)
-       echo powerpc-unknown-linux-gnu
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    padre:Linux:*:*)
+       echo sparc-unknown-linux-gnu
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    exit ;;
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    ppc64:Linux:*:*)
-       echo powerpc64-unknown-linux-gnu
-       exit ;;
-    alpha:Linux:*:*)
-       case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
-         EV5)   UNAME_MACHINE=alphaev5 ;;
-         EV56)  UNAME_MACHINE=alphaev56 ;;
-         PCA56) UNAME_MACHINE=alphapca56 ;;
-         PCA57) UNAME_MACHINE=alphapca56 ;;
-         EV6)   UNAME_MACHINE=alphaev6 ;;
-         EV67)  UNAME_MACHINE=alphaev67 ;;
-         EV68*) UNAME_MACHINE=alphaev68 ;;
-        esac
-       objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
-       if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
-       echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    parisc64:Linux:*:* | hppa64:Linux:*:*)
+       echo hppa64-unknown-linux-gnu
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    exit ;;
     parisc:Linux:*:* | hppa:Linux:*:*)
        # Look for CPU level
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -929,14 +959,17 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >        *)    echo hppa-unknown-linux-gnu ;;
        esac
        exit ;;
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    parisc64:Linux:*:* | hppa64:Linux:*:*)
-       echo hppa64-unknown-linux-gnu
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    ppc64:Linux:*:*)
+       echo powerpc64-unknown-linux-gnu
+       exit ;;
+    ppc:Linux:*:*)
+       echo powerpc-unknown-linux-gnu
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    exit ;;
     s390:Linux:*:* | s390x:Linux:*:*)
        echo ${UNAME_MACHINE}-ibm-linux
        exit ;;
     sh64*:Linux:*:*)
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >    </span>      echo ${UNAME_MACHINE}-unknown-linux-gnu
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     echo ${UNAME_MACHINE}-unknown-linux-gnu
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    exit ;;
     sh*:Linux:*:*)
        echo ${UNAME_MACHINE}-unknown-linux-gnu
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -944,75 +977,18 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     sparc:Linux:*:* | sparc64:Linux:*:*)
        echo ${UNAME_MACHINE}-unknown-linux-gnu
        exit ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    tile*:Linux:*:*)
+       echo ${UNAME_MACHINE}-unknown-linux-gnu
+       exit ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     vax:Linux:*:*)
        echo ${UNAME_MACHINE}-dec-linux-gnu
        exit ;;
     x86_64:Linux:*:*)
        echo x86_64-unknown-linux-gnu
        exit ;;
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    i*86:Linux:*:*)
-       # The BFD linker knows what the default object file format is, so
-       # first see if it will tell us. cd to the root directory to prevent
-       # problems with other programs or directories called `ld' in the path.
-       # Set LC_ALL=C to ensure ld outputs messages in English.
-       ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \
-                        | sed -ne '/supported targets:/!d
-                                   s/[         ][      ]*/ /g
-                                   s/.*supported targets: *//
-                                   s/ .*//
-                                   p'`
-        case "$ld_supported_targets" in
-         elf32-i386)
-               TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu"
-               ;;
-         a.out-i386-linux)
-               echo "${UNAME_MACHINE}-pc-linux-gnuaout"
-               exit ;;
-         coff-i386)
-               echo "${UNAME_MACHINE}-pc-linux-gnucoff"
-               exit ;;
-         "")
-               # Either a pre-BFD a.out linker (linux-gnuoldld) or
-               # one that does not give us useful --help.
-               echo "${UNAME_MACHINE}-pc-linux-gnuoldld"
-               exit ;;
-       esac
-       # Determine whether the default compiler is a.out or elf
-       eval $set_cc_for_build
-       sed 's/^        //' << EOF >$dummy.c
-       #include <features.h>
-       #ifdef __ELF__
-       # ifdef __GLIBC__
-       #  if __GLIBC__ >= 2
-       LIBC=gnu
-       #  else
-       LIBC=gnulibc1
-       #  endif
-       # else
-       LIBC=gnulibc1
-       # endif
-       #else
-       #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
-       LIBC=gnu
-       #else
-       LIBC=gnuaout
-       #endif
-       #endif
-       #ifdef __dietlibc__
-       LIBC=dietlibc
-       #endif
-EOF
-       eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
-           /^LIBC/{
-               s: ::g
-               p
-           }'`"
-       test x"${LIBC}" != x && {
-               echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
-               exit
-       }
-       test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; }
-       ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    xtensa*:Linux:*:*)
+       echo ${UNAME_MACHINE}-unknown-linux-gnu
+       exit ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     i*86:DYNIX/ptx:4*:*)
        # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
        # earlier versions are messed up and put the nodename in both
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1020,11 +996,11 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      echo i386-sequent-sysv4
        exit ;;
     i*86:UNIX_SV:4.2MP:2.*)
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        # Unixware is an offshoot of SVR4, but it has its own version
-        # number series starting with 2...
-        # I am not positive that other SVR4 systems won't match this,
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     # Unixware is an offshoot of SVR4, but it has its own version
+       # number series starting with 2...
+       # I am not positive that other SVR4 systems won't match this,
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    # I just have to hope.  -- rms.
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >        </span># Use sysv4.2uw... so that sysv4* matches it.
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >       </span># Use sysv4.2uw... so that sysv4* matches it.
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
        exit ;;
     i*86:OS/2:*:*)
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1041,7 +1017,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     i*86:syllable:*:*)
        echo ${UNAME_MACHINE}-pc-syllable
        exit ;;
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >0</span>*:*)
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >[02]</span>*:*)
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    echo i386-unknown-lynxos${UNAME_RELEASE}
        exit ;;
     i*86:*DOS:*:*)
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1056,7 +1032,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      fi
        exit ;;
     i*86:*:5:[678]*)
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >    </span>      # UnixWare 7.x, OpenUNIX and OpenServer 6.
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     # UnixWare 7.x, OpenUNIX and OpenServer 6.
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    case `/bin/uname -X | grep "^Machine"` in
            *486*)           UNAME_MACHINE=i486 ;;
            *Pentium)        UNAME_MACHINE=i586 ;;
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1084,10 +1060,13 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      exit ;;
     pc:*:*:*)
        # Left here for compatibility:
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        # uname -m prints for DJGPP always 'pc', but it prints nothing about
-        # the processor, so we play safe by assuming i386.
-       echo i386-pc-msdosdjgpp
-        exit ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     # uname -m prints for DJGPP always 'pc', but it prints nothing about
+       # the processor, so we play safe by assuming i586.
+       # Note: whatever this is, it MUST be the same as what config.sub
+       # prints for the "djgpp" host, or else GDB configury will decide that
+       # this is a cross-build.
+       echo i586-pc-msdosdjgpp
+       exit ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     Intel:Mach:3*:*)
        echo i386-pc-mach3
        exit ;;
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1122,8 +1101,18 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
          && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
     3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
-          && { echo i486-ncr-sysv4; exit; } ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
+         && { echo i486-ncr-sysv4; exit; } ;;
+    NCR*:*:4.2:* | MPRAS*:*:4.2:*)
+       OS_REL='.3'
+       test -r /etc/.relid \
+           && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
+       /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
+           && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
+       /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
+           && { echo i586-ncr-sysv4.3${OS_REL}; exit; }
+       /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \
+           && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)
        echo m68k-unknown-lynxos${UNAME_RELEASE}
        exit ;;
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1136,7 +1125,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     rs6000:LynxOS:2.*:*)
        echo rs6000-unknown-lynxos${UNAME_RELEASE}
        exit ;;
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >0</span>*:*)
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >[02]</span>*:*)
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    echo powerpc-unknown-lynxos${UNAME_RELEASE}
        exit ;;
     SM[BE]S:UNIX_SV:*:*)
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1156,10 +1145,10 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >              echo ns32k-sni-sysv
        fi
        exit ;;
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
-                      # says <Richard.M.Bartel@ccMail.Census.GOV>
-        echo i586-unisys-sysv4
-        exit ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    PENTIUM:*:4.0*:*)        # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
+                       # says <Richard.M.Bartel@ccMail.Census.GOV>
+       echo i586-unisys-sysv4
+       exit ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     *:UNIX_System_V:4*:FTX*)
        # From Gerald Hewes <hewes@openmarket.com>.
        # How about differentiating between stratus architectures? -djm
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1185,11 +1174,11 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      exit ;;
     R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
        if [ -d /usr/nec ]; then
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >        </span>echo mips-nec-sysv${UNAME_RELEASE}
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     <span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >  </span>echo mips-nec-sysv${UNAME_RELEASE}
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    else
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >        </span>echo mips-unknown-sysv${UNAME_RELEASE}
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     <span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >  </span>echo mips-unknown-sysv${UNAME_RELEASE}
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    fi
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        exit ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     exit ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     BeBox:BeOS:*:*)        # BeOS running on hardware made by Be, PPC only.
        echo powerpc-be-beos
        exit ;;
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1199,6 +1188,9 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     BePC:BeOS:*:*)   # BeOS running on Intel PC compatible.
        echo i586-pc-beos
        exit ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    BePC:Haiku:*:*)  # Haiku running on Intel PC compatible.
+       echo i586-pc-haiku
+       exit ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     SX-4:SUPER-UX:*:*)
        echo sx4-nec-superux${UNAME_RELEASE}
        exit ;;
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1208,6 +1200,15 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     SX-6:SUPER-UX:*:*)
        echo sx6-nec-superux${UNAME_RELEASE}
        exit ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    SX-7:SUPER-UX:*:*)
+       echo sx7-nec-superux${UNAME_RELEASE}
+       exit ;;
+    SX-8:SUPER-UX:*:*)
+       echo sx8-nec-superux${UNAME_RELEASE}
+       exit ;;
+    SX-8R:SUPER-UX:*:*)
+       echo sx8r-nec-superux${UNAME_RELEASE}
+       exit ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     Power*:Rhapsody:*:*)
        echo powerpc-apple-rhapsody${UNAME_RELEASE}
        exit ;;
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1217,6 +1218,16 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     *:Darwin:*:*)
        UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
        case $UNAME_PROCESSOR in
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+         i386)
+               eval $set_cc_for_build
+               if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
+                 if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
+                     (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
+                     grep IS_64BIT_ARCH >/dev/null
+                 then
+                     UNAME_PROCESSOR="x86_64"
+                 fi
+               fi ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >        unknown) UNAME_PROCESSOR=powerpc ;;
        esac
        echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1232,6 +1243,9 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     *:QNX:*:4*)
        echo i386-pc-qnx
        exit ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    NEO-?:NONSTOP_KERNEL:*:*)
+       echo neo-tandem-nsk${UNAME_RELEASE}
+       exit ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     NSE-?:NONSTOP_KERNEL:*:*)
        echo nse-tandem-nsk${UNAME_RELEASE}
        exit ;;
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1277,13 +1291,13 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      echo pdp10-unknown-its
        exit ;;
     SEI:*:*:SEIUX)
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >        </span>echo mips-sei-seiux${UNAME_RELEASE}
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >       </span>echo mips-sei-seiux${UNAME_RELEASE}
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    exit ;;
     *:DragonFly:*:*)
        echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
        exit ;;
     *:*VMS:*:*)
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >    </span>      UNAME_MACHINE=`(uname -p) 2>/dev/null`
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     UNAME_MACHINE=`(uname -p) 2>/dev/null`
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    case "${UNAME_MACHINE}" in
            A*) echo alpha-dec-vms ; exit ;;
            I*) echo ia64-dec-vms ; exit ;;
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1298,6 +1312,9 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     i*86:rdos:*:*)
        echo ${UNAME_MACHINE}-pc-rdos
        exit ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    i*86:AROS:*:*)
+       echo ${UNAME_MACHINE}-pc-aros
+       exit ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > esac
 
 #echo '(No uname command or uname output not recognized.)' 1>&2
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1320,11 +1337,11 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > #include <sys/param.h>
   printf ("m68k-sony-newsos%s\n",
 #ifdef NEWSOS4
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-          "4"
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     "4"
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > #else
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >  </span>""
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     ""
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > #endif
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-         ); exit (0);
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     ); exit (0);
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > #endif
 #endif
 
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1458,9 +1475,9 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > the operating system you are using. It is advised that you
 download the most up to date version of the config scripts from
 
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > and
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
 If the version you run ($0) is already up to date, please
 send the following data and any information you think might be
</pre></div>
<hr /><a name="file3" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>config.sub</b></big> <small id="info" style="color: #888888;" >407659e01ef0 -> 62d0a21fac1c</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/config.sub
+++ lxdream/config.sub
@@ -1,10 +1,10 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > #! /bin/sh
 # Configuration validation subroutine script.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-#   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
-#   Inc.
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
+#   2011 Free Software Foundation, Inc.
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-timestamp='2006-07-02'
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+timestamp='2011-10-29'
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -32,13 +32,16 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
 
 # Please send patches to <config-patches@gnu.org>.  Submit a context
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-# diff and a properly formatted ChangeLog entry.
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+# diff and a properly formatted <span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >GNU </span>ChangeLog entry.
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > #
 # Configuration subroutine to validate and canonicalize a configuration type.
 # Supply the specified configuration type as an argument.
 # If it is invalid, we print an error message on stderr and exit with code 1.
 # Otherwise, we print the canonical config type on stdout and succeed.
 
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+# You can get the latest version of this script from:
+# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
+
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > # This file is supposed to be the same for all GNU packages
 # and recognize all the CPU types, system types and aliases
 # that are meaningful with *any* GNU software.
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -72,8 +75,9 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > version="\
 GNU config.sub ($timestamp)
 
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
-Free Software Foundation, Inc.
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free
+Software Foundation, Inc.
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -120,8 +124,10 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > # Here we must recognize all the valid KERNEL-OS combinations.
 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
 case $maybe_os in
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-  nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
-  uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+  nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
+  linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
+  knetbsd*-gnu* | netbsd*-gnu* | \
+  kopensolaris*-gnu* | \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >   storm-chaos* | os2-emx* | rtmk-nova*)
     os=-$maybe_os
     basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -148,10 +154,13 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
        -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
        -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   -apple | -axis | -knuth | -cray)
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     -apple | -axis | -knuth | -cray<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" > | -microblaze</span>)
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >            os=
                basic_machine=$1
                ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     -bluegene*)
+               os=-cnk
+               ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    -sim | -cisco | -oki | -wec | -winbond)
                os=
                basic_machine=$1
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -166,10 +175,10 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >              os=-chorusos
                basic_machine=$1
                ;;
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   -chorusrdb)
-               os=-chorusrdb
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     -chorusrdb)
+               os=-chorusrdb
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >            basic_machine=$1
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" > </span>                ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+             ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    -hiux*)
                os=-hiuxwe2
                ;;
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -242,20 +251,27 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
        | am33_2.0 \
        | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+        | be32 | be64 \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    | bfin \
        | c4x | clipper \
        | d10v | d30v | dlx | dsp16xx \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   | fr30 | frv \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     | epiphany \
+       | fido | fr30 | frv \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     | hexagon \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    | i370 | i860 | i960 | ia64 \
        | ip2k | iq2000 \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     | le32 | le64 \
+       | lm32 \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    | m32c | m32r | m32rle | m68000 | m68k | m88k \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   | maxq | mb | microblaze | mcore \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     | maxq | mb | microblaze | mcore <span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >| mep | metag </span>\
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    | mips | mipsbe | mipseb | mipsel | mipsle \
        | mips16 \
        | mips64 | mips64el \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     | mips64octeon | mips64octeonel \
+       | mips64orion | mips64orionel \
+       | mips64r5900 | mips64r5900el \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    | mips64vr | mips64vrel \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   | mips64orion | mips64orionel \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    | mips64vr4100 | mips64vr4100el \
        | mips64vr4300 | mips64vr4300el \
        | mips64vr5000 | mips64vr5000el \
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -268,27 +284,42 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      | mipsisa64sr71k | mipsisa64sr71kel \
        | mipstx39 | mipstx39el \
        | mn10200 | mn10300 \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     | moxie \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    | mt \
        | msp430 \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     | nds32 | nds32le | nds32be \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    | nios | nios2 \
        | ns16k | ns32k \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     | open8 \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    | or32 \
        | pdp10 | pdp11 | pj | pjl \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   | powerpc | powerpc64 | powerpc64le | powerpcle <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >| ppcbe </span>\
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     | powerpc | powerpc64 | powerpc64le | powerpcle \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    | pyramid \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     | rl78 | rx \
+       | score \
+       | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    | sh64 | sh64le \
        | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
        | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   | spu | strongarm \
-       | tahoe | thumb | tic4x | tic80 | tron \
-       | v850 | v850e \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     | spu \
+       | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
+       | ubicom32 \
+       | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    | we32k \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
-       | z8k)
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     | x86 | xc16x | xstormy16 | xtensa \
+       | z8k | z80)
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >            basic_machine=$basic_machine-unknown
                ;;
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   m6811 | m68hc11 | m6812 | m68hc12)
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     c54x)
+               basic_machine=tic54x-unknown
+               ;;
+       c55x)
+               basic_machine=tic55x-unknown
+               ;;
+       c6x)
+               basic_machine=tic6x-unknown
+               ;;
+       m6811 | m68hc11 | m6812 | m68hc12 | picochip)
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >            # Motorola 68HC11/12.
                basic_machine=$basic_machine-unknown
                os=-none
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -299,6 +330,18 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >              basic_machine=mt-unknown
                ;;
 
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     strongarm | thumb | xscale)
+               basic_machine=arm-unknown
+               ;;
+
+       xscaleeb)
+               basic_machine=armeb-unknown
+               ;;
+
+       xscaleel)
+               basic_machine=armel-unknown
+               ;;
+
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    # We use `pc' rather than `unknown'
        # because (1) that's what they normally are, and
        # (2) the word "unknown" tends to confuse beginning users.
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -318,24 +361,30 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
        | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
        | avr-* | avr32-* \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     | be32-* | be64-* \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    | bfin-* | bs2000-* \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     | c[123]* | c30-* | [cjt]90-* | c4x-* \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    | clipper-* | craynv-* | cydra-* \
        | d10v-* | d30v-* | dlx-* \
        | elxsi-* \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     | f30[01]-* | f700-* | f<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >ido-* | f</span>r30-* | frv-* | fx80-* \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    | h8300-* | h8500-* \
        | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     | hexagon-* \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    | i*86-* | i860-* | i960-* | ia64-* \
        | ip2k-* | iq2000-* \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     | le32-* | le64-* \
+       | lm32-* \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    | m32c-* | m32r-* | m32rle-* \
        | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   | m88110-* | m88k-* | maxq-* | mcore-* \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
        | mips16-* \
        | mips64-* | mips64el-* \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     | mips64octeon-* | mips64octeonel-* \
+       | mips64orion-* | mips64orionel-* \
+       | mips64r5900-* | mips64r5900el-* \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    | mips64vr-* | mips64vrel-* \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   | mips64orion-* | mips64orionel-* \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    | mips64vr4100-* | mips64vr4100el-* \
        | mips64vr4300-* | mips64vr4300el-* \
        | mips64vr5000-* | mips64vr5000el-* \
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -350,27 +399,36 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      | mmix-* \
        | mt-* \
        | msp430-* \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     | nds32-* | nds32le-* | nds32be-* \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    | nios-* | nios2-* \
        | none-* | np1-* | ns16k-* | ns32k-* \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     | open8-* \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    | orion-* \
        | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >| ppcbe-* </span>\
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    | pyramid-* \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   | romp-* | rs6000-* \
-       | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     | rl78-* | romp-* | rs6000-* | rx-* \
+       | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
        | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
        | sparclite-* \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
-       | tahoe-* | thumb-* \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \
+       | tahoe-* \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     | tile*-* \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    | tron-* \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   | v850-* | v850e-* | vax-* \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     | ubicom32-* \
+       | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
+       | vax-* \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    | we32k-* \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
-       | xstormy16-* | xtensa-* \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     | x86-* | x86_64-* | xc16x-* | xps100-* \
+       | xstormy16-* | xtensa*-* \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    | ymp-* \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   | z8k-*)
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     | z8k-* | z80-*)
+               ;;
+       # Recognize the basic CPU types without company name, with glob match.
+       xtensa*)
+               basic_machine=$basic_machine-unknown
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >            ;;
        # Recognize the various machine names and aliases which stand
        # for a CPU type and a company and sometimes even an OS.
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -388,7 +446,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >              basic_machine=a29k-amd
                os=-udi
                ;;
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >    </span>      abacus)
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     abacus)
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >            basic_machine=abacus-unknown
                ;;
        adobe68k)
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -434,6 +492,10 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >              basic_machine=m68k-apollo
                os=-bsd
                ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     aros)
+               basic_machine=i386-pc
+               os=-aros
+               ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    aux)
                basic_machine=m68k-apple
                os=-aux
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -442,10 +504,35 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >              basic_machine=ns32k-sequent
                os=-dynix
                ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     blackfin)
+               basic_machine=bfin-unknown
+               os=-linux
+               ;;
+       blackfin-*)
+               basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
+               os=-linux
+               ;;
+       bluegene*)
+               basic_machine=powerpc-ibm
+               os=-cnk
+               ;;
+       c54x-*)
+               basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
+               ;;
+       c55x-*)
+               basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
+               ;;
+       c6x-*)
+               basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
+               ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    c90)
                basic_machine=c90-cray
                os=-unicos
                ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     cegcc)
+               basic_machine=arm-unknown
+               os=-cegcc
+               ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    convex-c1)
                basic_machine=c1-convex
                os=-bsd
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -474,8 +561,8 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >              basic_machine=craynv-cray
                os=-unicosmp
                ;;
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   cr16c)
-               basic_machine=cr16c-unknown
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     cr16 | cr16-*)
+               basic_machine=cr16-unknown
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >            os=-elf
                ;;
        crds | unos)
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -513,6 +600,10 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >              basic_machine=m88k-motorola
                os=-sysv3
                ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     dicos)
+               basic_machine=i686-pc
+               os=-dicos
+               ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    djgpp)
                basic_machine=i586-pc
                os=-msdosdjgpp
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -667,6 +758,14 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >              basic_machine=m68k-isi
                os=-sysv
                ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     m68knommu)
+               basic_machine=m68k-unknown
+               os=-linux
+               ;;
+       m68knommu-*)
+               basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
+               os=-linux
+               ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    m88k-omron*)
                basic_machine=m88k-omron
                ;;
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -678,10 +777,17 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >              basic_machine=ns32k-utek
                os=-sysv
                ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     microblaze)
+               basic_machine=microblaze-xilinx
+               ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    mingw32)
                basic_machine=i386-pc
                os=-mingw32
                ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     mingw32ce)
+               basic_machine=arm-unknown
+               os=-mingw32ce
+               ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    miniframe)
                basic_machine=m68000-convergent
                ;;
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -714,6 +820,10 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >              basic_machine=i370-ibm
                os=-mvs
                ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     nacl)
+               basic_machine=le32-unknown
+               os=-nacl
+               ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    ncr3000)
                basic_machine=i486-ncr
                os=-sysv4
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -778,6 +888,12 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      np1)
                basic_machine=np1-gould
                ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     neo-tandem)
+               basic_machine=neo-tandem
+               ;;
+       nse-tandem)
+               basic_machine=nse-tandem
+               ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    nsr-tandem)
                basic_machine=nsr-tandem
                ;;
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -808,6 +924,14 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >              basic_machine=i860-intel
                os=-osf
                ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     parisc)
+               basic_machine=hppa-unknown
+               os=-linux
+               ;;
+       parisc-*)
+               basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
+               os=-linux
+               ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    pbd)
                basic_machine=sparc-tti
                ;;
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -852,9 +976,10 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >              ;;
        power)  basic_machine=power-ibm
                ;;
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   ppc)    basic_machine=powerpc-unknown
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     ppc<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" > | ppcbe</span>)       basic_machine=powerpc-unknown
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >            ;;
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   ppc-*)  basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     ppc-* | ppcbe-*)
+               basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >            ;;
        ppcle | powerpclittle | ppc-le | powerpc-little)
                basic_machine=powerpcle-unknown
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -909,6 +1034,10 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      sb1el)
                basic_machine=mipsisa64sb1el-unknown
                ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     sde)
+               basic_machine=mipsisa32-sde
+               os=-elf
+               ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    sei)
                basic_machine=mips-sei
                os=-seiux
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -920,6 +1049,9 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >              basic_machine=sh-hitachi
                os=-hms
                ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     sh5el)
+               basic_machine=sh5le-unknown
+               ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    sh64)
                basic_machine=sh64-unknown
                ;;
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -941,6 +1073,9 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >              basic_machine=i860-stratus
                os=-sysv4
                ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     strongarm-* | thumb-*)
+               basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
+               ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    sun2)
                basic_machine=m68000-sun
                ;;
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -997,17 +1132,9 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >              basic_machine=t90-cray
                os=-unicos
                ;;
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   tic54x | c54x*)
-               basic_machine=tic54x-unknown
-               os=-coff
-               ;;
-       tic55x | c55x*)
-               basic_machine=tic55x-unknown
-               os=-coff
-               ;;
-       tic6x | c6x*)
-               basic_machine=tic6x-unknown
-               os=-coff
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     tile*)
+               basic_machine=$basic_machine-unknown
+               os=-linux-gnu
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >            ;;
        tx39)
                basic_machine=mipstx39-unknown
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1076,6 +1203,9 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      xps | xps100)
                basic_machine=xps100-honeywell
                ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     xscale-* | xscalee[bl]-*)
+               basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
+               ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    ymp)
                basic_machine=ymp-cray
                os=-unicos
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1084,6 +1214,10 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >              basic_machine=z8k-unknown
                os=-sim
                ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     z80-*-coff)
+               basic_machine=z80-unknown
+               os=-sim
+               ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    none)
                basic_machine=none-none
                os=-none
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1122,7 +1256,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      we32k)
                basic_machine=we32k-att
                ;;
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     sh[1234] | sh[24]a | sh[<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >24]aeb | sh[</span>34]eb | sh[1234]le | sh[23]ele)
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >            basic_machine=sh-unknown
                ;;
        sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1169,9 +1303,12 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > if [ x"$os" != x"" ]
 then
 case $os in
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        # First match some system type aliases
-        # that might get confused with valid system types.
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     # First match some system type aliases
+       # that might get confused with valid system types.
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    # -solaris* is a basic system type, with this one exception.
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     -auroraux)
+               os=-auroraux
+               ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    -solaris1 | -solaris1.*)
                os=`echo $os | sed -e 's|solaris1|sunos4|'`
                ;;
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1192,10 +1329,11 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      # Each alternative MUST END IN A *, to match a version number.
        # -sysv* is not here because it comes later, after sysvr4.
        -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-         | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
-             | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+           | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
+             | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
+             | -sym* | -kopensolaris* \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >          | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-         | -aos* \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+           | -aos* | -aros* \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >          | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
              | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
              | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1204,9 +1342,10 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >            | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
              | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
              | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-         | -chorusos* | -chorusrdb* \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+           | -chorusos* | -chorusrdb* <span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >| -cegcc* </span>\
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >          | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-         | -mingw32* | -linux-gnu* | -linux-<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >newlib* | -linux-uclibc</span>* \
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+           | -mingw32* | -linux-gnu* | -linux-<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >android</span>* \
+             | -linux-newlib* | -linux-uclibc* \
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >          | -uxpv* | -beos* | -mpeix* | -udk* \
              | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
              | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1214,7 +1353,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >            | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-         | -skyos* | -haiku* | -rdos* | -toppers*)
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+           | -skyos* | -haiku* | -rdos* | -toppers*<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" > | -drops* | -es*</span>)
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    # Remember, each alternative MUST END IN *, to match a version number.
                ;;
        -qnx*)
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1253,7 +1392,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      -opened*)
                os=-openedition
                ;;
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        -os400*)
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     -os400*)
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >            os=-os400
                ;;
        -wince*)
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1302,7 +1441,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      -sinix*)
                os=-sysv4
                ;;
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        -tpf*)
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     -tpf*)
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >            os=-tpf
                ;;
        -triton*)
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1344,6 +1483,11 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      -zvmoe)
                os=-zvmoe
                ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     -dicos*)
+               os=-dicos
+               ;;
+       -nacl*)
+               ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    -none)
                ;;
        *)
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1366,7 +1510,10 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > # system, and we'll never get to this point.
 
 case $basic_machine in
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        spu-*)
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     score-*)
+               os=-elf
+               ;;
+       spu-*)
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >            os=-elf
                ;;
        *-acorn)
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1378,8 +1525,17 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      arm*-semi)
                os=-aout
                ;;
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        c4x-* | tic4x-*)
-               os=-coff
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     c4x-* | tic4x-*)
+               os=-coff
+               ;;
+       tic54x-*)
+               os=-coff
+               ;;
+       tic55x-*)
+               os=-coff
+               ;;
+       tic6x-*)
+               os=-coff
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >            ;;
        # This must come before the *-dec entry.
        pdp10-*)
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1406,6 +1562,9 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      m68*-cisco)
                os=-aout
                ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     mep-*)
+               os=-elf
+               ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    mips*-cisco)
                os=-elf
                ;;
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1430,7 +1589,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      *-ibm)
                os=-aix
                ;;
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >    </span>      *-knuth)
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     *-knuth)
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >            os=-mmixware
                ;;
        *-wec)
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1535,7 +1694,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >                      -sunos*)
                                vendor=sun
                                ;;
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-                   -aix*)
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+                     -cnk*|-aix*)
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >                            vendor=ibm
                                ;;
                        -beos*)
</pre></div>
<hr /><a name="file4" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>configure</b></big> <small id="info" style="color: #888888;" >407659e01ef0 -> 62d0a21fac1c</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/configure
+++ lxdream/configure
@@ -7649,7 +7649,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >   if test -n "$_GOBJC_VERSION"; then
     { echo "$as_me:$LINENO: result: GCC" >&5
 echo "${ECHO_T}GCC" >&6; }
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-      OBJCOPT="-O2 -msse2 -mfpmath=sse"
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+      OBJCOPT="-O2"
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >                      OBJCFLAGS="$OBJCFLAGS -fno-strict-aliasing"
   else
     { echo "$as_me:$LINENO: result: Unknown" >&5
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -7663,6 +7663,126 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > fi
 
 
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+ac_ext=m
+ac_cpp='$OBJCPP $CPPFLAGS'
+ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_objc_compiler_gnu
+
+{ echo "$as_me:$LINENO: checking if $OBJC supports -msse2" >&5
+echo $ECHO_N "checking if $OBJC supports -msse2... $ECHO_C" >&6; }
+save_OBJCFLAGS="$OBJCFLAGS"
+OBJCFLAGS="-msse2 $OBJCFLAGS"
+cat >conftest.$ac_ext <<_ACEOF
+
+  /* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
+int main() { return 0; }
+_ACEOF
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
+  ac_status=$?
+  grep -v '^ *+' conftest.er1 >conftest.err
+  rm -f conftest.er1
+  cat conftest.err >&5
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); } && {
+        test -z "$ac_objc_werror_flag" ||
+        test ! -s conftest.err
+       } && test -s conftest.$ac_objext; then
+
+   { echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6; }
+
+else
+  echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+
+   OBJCFLAGS="$save_OBJCFLAGS"
+   { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ac_ext=m
+ac_cpp='$OBJCPP $CPPFLAGS'
+ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_objc_compiler_gnu
+
+
+
+ac_ext=m
+ac_cpp='$OBJCPP $CPPFLAGS'
+ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_objc_compiler_gnu
+
+{ echo "$as_me:$LINENO: checking if $OBJC supports -mfpmath=sse" >&5
+echo $ECHO_N "checking if $OBJC supports -mfpmath=sse... $ECHO_C" >&6; }
+save_OBJCFLAGS="$OBJCFLAGS"
+OBJCFLAGS="-mfpmath=sse $OBJCFLAGS"
+cat >conftest.$ac_ext <<_ACEOF
+
+  /* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
+int main() { return 0; }
+_ACEOF
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
+  ac_status=$?
+  grep -v '^ *+' conftest.er1 >conftest.err
+  rm -f conftest.er1
+  cat conftest.err >&5
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); } && {
+        test -z "$ac_objc_werror_flag" ||
+        test ! -s conftest.err
+       } && test -s conftest.$ac_objext; then
+
+   { echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6; }
+
+else
+  echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+
+   OBJCFLAGS="$save_OBJCFLAGS"
+   { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ac_ext=m
+ac_cpp='$OBJCPP $CPPFLAGS'
+ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_objc_compiler_gnu
+
+
+
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > else
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -7721,7 +7841,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > elif test -n "$_GCC_VERSION"; then
    { echo "$as_me:$LINENO: result: GCC" >&5
 echo "${ECHO_T}GCC" >&6; }
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-     CCOPT="-O2 -msse2 -mfpmath=sse"
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     CCOPT="-O2"
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >                 CFLAGS="$CFLAGS -fno-strict-aliasing"
 else
    { echo "$as_me:$LINENO: result: Unknown" >&5
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -7730,6 +7850,126 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > fi
 
 
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+{ echo "$as_me:$LINENO: checking if $CC supports -msse2" >&5
+echo $ECHO_N "checking if $CC supports -msse2... $ECHO_C" >&6; }
+save_CFLAGS="$CFLAGS"
+CFLAGS="-msse2 $CFLAGS"
+cat >conftest.$ac_ext <<_ACEOF
+
+  /* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
+int main() { return 0; }
+_ACEOF
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
+  ac_status=$?
+  grep -v '^ *+' conftest.er1 >conftest.err
+  rm -f conftest.er1
+  cat conftest.err >&5
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); } && {
+        test -z "$ac_c_werror_flag" ||
+        test ! -s conftest.err
+       } && test -s conftest.$ac_objext; then
+
+   { echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6; }
+
+else
+  echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+
+   CFLAGS="$save_CFLAGS"
+   { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+{ echo "$as_me:$LINENO: checking if $CC supports -mfpmath=sse" >&5
+echo $ECHO_N "checking if $CC supports -mfpmath=sse... $ECHO_C" >&6; }
+save_CFLAGS="$CFLAGS"
+CFLAGS="-mfpmath=sse $CFLAGS"
+cat >conftest.$ac_ext <<_ACEOF
+
+  /* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
+int main() { return 0; }
+_ACEOF
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
+  ac_status=$?
+  grep -v '^ *+' conftest.er1 >conftest.err
+  rm -f conftest.er1
+  cat conftest.err >&5
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); } && {
+        test -z "$ac_c_werror_flag" ||
+        test ! -s conftest.err
+       } && test -s conftest.$ac_objext; then
+
+   { echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6; }
+
+else
+  echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+
+   CFLAGS="$save_CFLAGS"
+   { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > if test "x$enable_optimized" = "xyes"; then
    CFLAGS="$CFLAGS $CCOPT"
    OBJCFLAGS="$OBJCFLAGS $OBJCOPT"
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -7997,7 +8237,12 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    old_LDFLAGS="$LDFLAGS"
    LDFLAGS="$LDFLAGS -rdynamic"
    cat >conftest.$ac_ext <<_ACEOF
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-int main(){ return 0; }
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+/* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
+int main() { return 0; }
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
 if { (ac_try="$ac_link"
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -8056,11 +8301,10 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > { echo "$as_me:$LINENO: checking support for fastcall calling conventions" >&5
 echo $ECHO_N "checking support for fastcall calling conventions... $ECHO_C" >&6; };
 if test "$cross_compiling" = yes; then
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
-See \`config.log' for more details." >&5
-echo "$as_me: error: cannot run test program while cross compiling
-See \`config.log' for more details." >&2;}
-   { (exit 1); exit 1; }; }
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+
+      { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > else
   cat >conftest.$ac_ext <<_ACEOF
 
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -8185,11 +8429,11 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > { echo "$as_me:$LINENO: checking if we have a working __builtin_frame_address()" >&5
 echo $ECHO_N "checking if we have a working __builtin_frame_address()... $ECHO_C" >&6; };
 if test "$cross_compiling" = yes; then
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
-See \`config.log' for more details." >&5
-echo "$as_me: error: cannot run test program while cross compiling
-See \`config.log' for more details." >&2;}
-   { (exit 1); exit 1; }; }
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+
+   { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+    { echo "$as_me:$LINENO: WARNING: Memory exceptions will be slow" >&5
+echo "$as_me: WARNING: Memory exceptions will be slow" >&2;}
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > else
   cat >conftest.$ac_ext <<_ACEOF
 
</pre></div>
<hr /><a name="file5" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>configure.in</b></big> <small id="info" style="color: #888888;" >407659e01ef0 -> 62d0a21fac1c</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/configure.in
+++ lxdream/configure.in
@@ -88,9 +88,11 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >       fi
    ], [], [AC_INCLUDES_DEFAULT])
 
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   AC_OBJC_VERSION([ OBJCOPT="-O2 -msse2 -mfpmath=sse"
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+   AC_OBJC_VERSION([ OBJCOPT="-O2"
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >                      OBJCFLAGS="$OBJCFLAGS -fno-strict-aliasing" ],
                    [ OBJCOPT="-O2" ], [] )
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+   AC_CHECK_OBJCFLAG([-msse2])
+   AC_CHECK_OBJCFLAG([-mfpmath=sse])
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > ])
 
 AM_CONDITIONAL(GUI_COCOA, [test "$HAVE_COCOA" = 'yes' -a "$with_gtk" = "no"])
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -104,11 +106,13 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > AC_DEFINE(HAVE_EXCEPTIONS, [1], [Have exception stack-frame information])
 
 STDCFLAG="-std=c99"
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-AC_CC_VERSION([ CCOPT="-O2 -msse2 -mfpmath=sse" 
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+AC_CC_VERSION([ CCOPT="-O2" 
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >                 CFLAGS="$CFLAGS -fno-strict-aliasing" ],
               [ CCOPT="$CFLAGS -fast"
                 CFLAGS="$CFLAGS -fno-strict-aliasing" ],
               [ CCOPT="$CFLAGS -O2" ])
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+AC_CHECK_CFLAG([-msse2])
+AC_CHECK_CFLAG([-mfpmath=sse])
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
 if test "x$enable_optimized" = "xyes"; then
    CFLAGS="$CFLAGS $CCOPT"
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -160,7 +164,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    AC_MSG_CHECKING([if linker accepts -rdynamic])
    old_LDFLAGS="$LDFLAGS"
    LDFLAGS="$LDFLAGS -rdynamic"
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   AC_LINK_IFELSE( [int main(){ return 0; }], [
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+   AC_LINK_IFELSE( [AC_LANG_SOURCE([int main() { return 0; }])], [
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      LXDREAMLDFLAGS="-rdynamic"
      AC_MSG_RESULT([yes]) 
    ], [
</pre></div>
<center><small>Chaos Theory</small></center>
</div></body></html>