Page MenuHomeFreeBSD

Use CFLAGS_NO_SIMD where needed, and move most uses of stand-alone binaries in the system to using bsd.stand.mk.
ClosedPublic

Authored by imp on Aug 27 2015, 1:58 AM.
Tags
None
Referenced Files
F152555730: D3496.id8268.diff
Wed, Apr 15, 4:12 PM
F152555336: D3496.id8268.diff
Wed, Apr 15, 4:08 PM
F152470264: D3496.id8268.diff
Wed, Apr 15, 4:09 AM
Unknown Object (File)
Tue, Apr 7, 2:31 PM
Unknown Object (File)
Fri, Apr 3, 11:29 PM
Unknown Object (File)
Thu, Mar 26, 8:30 PM
Unknown Object (File)
Thu, Mar 26, 8:30 PM
Unknown Object (File)
Tue, Mar 24, 7:35 PM

Details

Summary

Use CFLAGS_NO_SIMD in preference to varying lists of -mno-xxxx flags.
Go ahead and defined -D_STANDALONE for all targets (only strictly
needed for some architecture, but harmless on those it isn't required
for). Also add -msoft-float to all architectures uniformly rather
that higgley piggley like it is today.

Move most uses of stand-alone binaries in the system to using
bsd.stand.mk.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 265
Build 265: arc lint + arc unit

Event Timeline

imp retitled this revision from to Use CFLAGS_NO_SIMD where needed, and move most uses of stand-alone binaries in the system to using bsd.stand.mk..
imp updated this object.
imp edited the test plan for this revision. (Show Details)

Justin says we don't need -DNETIF_DEBUG, so remove it for now.

rpaulo added a reviewer: rpaulo.
This revision is now accepted and ready to land.Aug 27 2015, 11:45 PM
This revision was automatically updated to reflect the committed changes.