Excludes machine dependant code (*.S) that were causing builds to fail.
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 8175 Build 8403: arc lint + arc unit
Event Timeline
share/mk/bsd.lib.mk | ||
---|---|---|
203 | How does this interact with STATICOBJS? I think that only gets used in libpam, but it would be worth checking whether we need to do the same thing there. |
Comment Actions
Roling back last commit.
As I hit enter I realized that though it is safe to filer the STATICOBJS list it doesn't make sense. STATICOBJS list only include .o files.
share/mk/bsd.lib.mk | ||
---|---|---|
203 | STATICOBJS is initialized in the Makefile for individual builds (libc, libc++, libpam, and libgcc). In this build file it is only a list of ".o" files and we do not know there origin to determine if they should be filtered. |