<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">+3</td><td></td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">eecdeb37934a -> d1117828f011</td></tr>
<tr class="alt" style=";" ><td><tt><a href="#file2">configure</a></tt></td><td id="addedalt" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ccf7cc;" align="right">+3</td><td></td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">eecdeb37934a -> d1117828f011</td></tr>
<tr><td></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+6</td><td></td><td></td></tr>
</table>
<small id="info" style="color: #888888;" >2 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 -Werror for mregparm check, so it actually fails if mregparm isn't
accepted
</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;" >eecdeb37934a -> d1117828f011</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/acinclude.m4
+++ lxdream/acinclude.m4
@@ -4,6 +4,8 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > # -----------------------
 AC_DEFUN([AC_CHECK_FASTCALL], [
 AC_MSG_CHECKING([support for fastcall calling conventions]);
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+save_CFLAGS="$CFLAGS"
+CFLAGS="-Werror $save_CFLAGS"
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > AC_RUN_IFELSE([
   AC_LANG_SOURCE([[
 int __attribute__((regparm(3))) foo(int a, int b) { return a+b; }
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -18,6 +20,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    $2 ], [
       AC_MSG_RESULT([no])
    $2 ])
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+CFLAGS="$save_CFLAGS"
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > ])
 
 # AC_CHECK_FORCEINLINE([if-ok],[if-notok])
</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>configure</b></big> <small id="info" style="color: #888888;" >eecdeb37934a -> d1117828f011</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/configure
+++ lxdream/configure
@@ -9751,6 +9751,8 @@
</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; };
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+save_CFLAGS="$CFLAGS"
+CFLAGS="-Werror $save_CFLAGS"
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > if test "$cross_compiling" = yes; then
 
       { echo "$as_me:$LINENO: result: no" >&5
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -9817,6 +9819,7 @@
</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;" >+CFLAGS="$save_CFLAGS"
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
 
 { echo "$as_me:$LINENO: checking support for force inlining" >&5
</pre></div>
<center><small>Chaos Theory</small></center>
</div></body></html>