FreeBSD Bugzilla – Attachment 48214 Details for
Bug 73797
Be causious compiling with -O2 (use -fno-strict-aliasing)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 635 bytes, created by
David E. O'Brien
on 2004-11-11 01:30:25 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
David E. O'Brien
Created:
2004-11-11 01:30:25 UTC
Size:
635 bytes
patch
obsolete
>Index: bsd.port.mk >=================================================================== >RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v >retrieving revision 1.499 >diff -u -u -7 -r1.499 bsd.port.mk >--- bsd.port.mk 7 Oct 2004 17:59:18 -0000 1.499 >+++ bsd.port.mk 11 Nov 2004 01:16:33 -0000 >@@ -1222,14 +1223,17 @@ > .if defined(WITHOUT_CPU_CFLAGS) > .if defined(_CPUCFLAGS) > .if !empty(_CPUCFLAGS) > CFLAGS:= ${CFLAGS:C/${_CPUCFLAGS}//} > .endif > .endif > .endif >+.if ${CFLAGS:M-O[23s]} != "" >+CFLAGS+= -fno-strict-aliasing >+.endif > > .if defined(NOPORTDOCS) > PLIST_SUB+= PORTDOCS="@comment " > .else > PLIST_SUB+= PORTDOCS="" > .endif
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 73797
: 48214