Skip to content

Remove redunant included arch.mk#3920

Open
jinboson wants to merge 1 commit into
cisco:masterfrom
jinboson:master
Open

Remove redunant included arch.mk#3920
jinboson wants to merge 1 commit into
cisco:masterfrom
jinboson:master

Conversation

@jinboson
Copy link
Copy Markdown
Contributor

No description provided.

These mk files includes platform-gnu-chain.mk which already includes arch.mk.
These changes can clean the redunant output information displayed on terminal.
before:
g++ -O3 -DNDEBUG -DHAVE_LSX -DHAVE_LASX -DHAVE_LSX -DHAVE_LASX -Wall -fno-strict-aliasing ...
after:
g++ -O3 -DNDEBUG -DHAVE_LSX -DHAVE_LASX -Wall -fno-strict-aliasing ...
Same for other platforms.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant