Bug 132170

Summary: 7.1 kernel compilation problem
Product: Base System Reporter: Loic <loic>
Component: amd64Assignee: freebsd-amd64 (Nobody) <amd64>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Loic 2009-02-27 16:20:01 UTC

How-To-Repeat: Just try to compil the Generic kernel with default option
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-03-04 23:22:32 UTC
State Changed
From-To: open->feedback

Is this still a problem?
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2009-03-09 03:06:43 UTC
State Changed
From-To: feedback->open

feedback received.
Comment 3 Rebecca Cran freebsd_committer freebsd_triage 2009-03-26 12:45:52 UTC
What options do you have in your /etc/make.conf file?  I think the build
system should automatically add -fno-strict-aliasing when building at
-O2 or higher optimization levels because enabling strict aliasing is
known to cause problems.

-- 
Bruce
Comment 4 Bruce Cran freebsd_committer freebsd_triage 2009-05-02 13:57:24 UTC
State Changed
From-To: open->feedback

Feedback requested.
Comment 5 Bruce Cran freebsd_committer freebsd_triage 2009-05-02 14:02:09 UTC
State Changed
From-To: feedback->closed

Feedback was received. Building with optimization settings other than -O  
and -O2 isn't supported.