FreeBSD Bugzilla – Attachment 56665 Details for
Bug 85555
math/fftw3: configure failure on amd64 when OPTIMIZED_CFLAGS turned on
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 629 bytes, created by
Tetsuya Uemura
on 2005-09-01 08:50:15 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Tetsuya Uemura
Created:
2005-09-01 08:50:15 UTC
Size:
629 bytes
patch
obsolete
>--- Makefile.orig Fri Aug 26 14:06:05 2005 >+++ Makefile Thu Sep 1 16:28:46 2005 >@@ -63,9 +63,12 @@ > .endif > .if ${MACHINE_CPU:M3dnow} > CONFIGURE_ARGS+=--enable-k7 >-CONFIGURE_ENV+= CFLAGS="${CFLAGS:N-O:N-O*} -O3 -fomit-frame-pointer -fno-schedule-insns \ >- -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 \ >- -ffast-math" >+CFLAGS_3DNOW= ${CFLAGS:N-O:N-O*} -O3 -fomit-frame-pointer -fno-schedule-insns \ >+ -fstrict-aliasing -mpreferred-stack-boundary=4 -ffast-math >+.if ${ARCH} != "amd64" >+CFLAGS_3DNOW+= -malign-double >+.endif >+CONFIGURE_ENV+= CFLAGS="${CFLAGS_3DNOW}" > .endif > .endif # end WITH_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 85555
: 56665