<p dir="ltr">Any chances for a dedicated SIG?</p>
<div class="gmail_quote">08.06.2015 16:59 пользователь &quot;Jim Perrin&quot; &lt;<a href="mailto:jperrin@centos.org">jperrin@centos.org</a>&gt; написал:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
On 06/05/2015 05:46 AM, Vladimir Stackov wrote:<br>
&gt; Greetings,<br>
&gt;<br>
&gt; currently we are maintaining own CentOS 7 i686 rebuild and I would like to<br>
&gt; kindly ask you to replace following macros from gcc.spec:<br>
&gt;<br>
&gt; %if 0%{?rhel} &gt;= 7<br>
&gt; %ifarch %{ix86}<br>
&gt;    --with-arch=x86-64 \<br>
&gt; %endif<br>
&gt; %ifarch x86_64<br>
&gt;    --with-arch_32=x86-64 \<br>
&gt; %endif<br>
&gt;<br>
&gt; with that:<br>
&gt;<br>
&gt; %if 0%{?rhel} &gt;= 7<br>
&gt; %ifarch %{ix86}<br>
&gt;         --with-arch=i686 \<br>
&gt; %endif<br>
&gt; %ifarch x86_64<br>
&gt;         --with-arch_32=i686 \<br>
&gt; %endif<br>
&gt;<br>
&gt; x86-64 causes gcc to use extended instruction set for produced code and<br>
&gt; it&#39;s impossible to run CentOS 7 i686 on older systems without SSE2<br>
&gt; instruction because of SIGILL.<br>
&gt; This affects Pentium 3, old VIA CPUs, old Xeons and some others.<br>
&gt;<br>
&gt; Is that possible?<br>
<br>
<br>
<br>
Overall, I&#39;m hesitant here as folks (some of the epel devs as well as<br>
others) are looking at this as a way to supplement the 32bit environment<br>
for the base distro for building things like wine. I don&#39;t want to mix<br>
gcc build options for things that may live in both places.<br>
<br>
<br>
<br>
--<br>
Jim Perrin<br>
The CentOS Project | <a href="http://www.centos.org" target="_blank">http://www.centos.org</a><br>
twitter: @BitIntegrity | GPG Key: FA09AD77<br>
_______________________________________________<br>
CentOS-devel mailing list<br>
<a href="mailto:CentOS-devel@centos.org">CentOS-devel@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos-devel" target="_blank">http://lists.centos.org/mailman/listinfo/centos-devel</a><br>
</blockquote></div>