Bug 114085

Summary: share/mk/sys.mk 1.89 breaks upgrade to current
Product: Base System Reporter: Kevin <Kevin>
Component: gnuAssignee: Andrey A. Chernov <ache>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 7.0-CURRENT   
Hardware: Any   
OS: Any   

Description Kevin 2007-06-28 02:30:09 UTC
	
The addition of -fno-tree-vrp to CFLAGS in sys.mk breaks the build if the
system is being upgraded from a system running 3.x of the compiler. This
needs to be made conditional based on version so that upgrades work properly.

Fix: 

Make the addition of this flag conditional on __FreeBSD_version >= 700042.
Comment 1 Remko Lodder freebsd_committer freebsd_triage 2007-06-28 06:51:36 UTC
Responsible Changed
From-To: freebsd-bugs->ache

Hello, you made the change that is mentioned in the ticket can you 
please have a look at this? Thanks!
Comment 2 Andrey A. Chernov freebsd_committer freebsd_triage 2007-06-28 10:29:26 UTC
State Changed
From-To: open->closed

The change in question is backed out for a while waiting final solution.