FreeBSD Bugzilla – Attachment 184300 Details for
Bug 220590
math/fftw3: fails to build on armv6 (729 ports skipped)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Disable unsafe-math-optimizations on armv6
math_fftw3.diff (text/plain), 527 bytes, created by
Jason E. Hale
on 2017-07-12 10:54:29 UTC
(
hide
)
Description:
Disable unsafe-math-optimizations on armv6
Filename:
MIME Type:
Creator:
Jason E. Hale
Created:
2017-07-12 10:54:29 UTC
Size:
527 bytes
patch
obsolete
>Index: math/fftw3/Makefile >=================================================================== >--- math/fftw3/Makefile (revision 445414) >+++ math/fftw3/Makefile (working copy) >@@ -124,6 +124,9 @@ > . if ${ARCH} == "i386" && (${COMPILER_TYPE} == "gcc" || !empty(USE_GCC)) && !${PORT_OPTIONS:MOPENMPI} > CFLAGS+= -malign-double > . endif >+. if ${ARCH} == "armv6" && ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000 >+CFLAGS+= -fno-unsafe-math-optimizations >+. endif > WITHOUT_NO_STRICT_ALIASING= yes > .endif # end OPTIMIZED_CFLAGS >
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 220590
: 184300