FreeBSD Bugzilla – Attachment 82679 Details for
Bug 118270
ports/math/atlas (3.6.0_4,1) does not build with gcc 4.2.x on i386
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 974 bytes, created by
Don Lewis
on 2007-11-26 22:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Don Lewis
Created:
2007-11-26 22:30:01 UTC
Size:
974 bytes
patch
obsolete
>Index: math/atlas/files/patch-config.c >=================================================================== >RCS file: /home/ncvs/ports/math/atlas/files/patch-config.c,v >retrieving revision 1.15 >diff -u -r1.15 patch-config.c >--- math/atlas/files/patch-config.c 8 Mar 2007 08:26:19 -0000 1.15 >+++ math/atlas/files/patch-config.c 21 Nov 2007 18:20:03 -0000 >@@ -195,3 +195,15 @@ > char BC[256], BCFLAGS[256]; > int GOGO=0, L2IsKnown=0, Use3DNow=0, TuneL1=1; > int USEDEFL1=0; >+--- config.c.orig 2007-11-21 10:14:34.000000000 -0800 >++++ config.c 2007-11-21 10:15:38.000000000 -0800 >+@@ -696,7 +696,8 @@ >+ iret = 0; >+ else if ( MachIsX86(mach) ) /* don't use gcc 2.96 - 3.0 */ >+ { >+- if ((major == 2 && minor < 96) || (major == 3 && minor > 1)) >++ if ((major == 2 && minor < 96) || (major == 3 && minor > 1) || >++ (major == 4 && minor > 1)) >+ iret = 1; >+ } >+ else if (mach == IA64Itan || mach == IA64Itan2 || MachIsUS(mach) ||
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 118270
: 82679