Skip to content

Commit

Permalink
Add '-target' to the list of flags, so it won't be ignored (niosus#718)
Browse files Browse the repository at this point in the history
This way, I can pass '-target' flag to ECC cmake, and configure cmake
to a custom compiler.
  • Loading branch information
papadokolos authored Aug 30, 2020
1 parent 327eada commit 0a582d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/utils/flag.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ def build(self):
"-mthread-model",
"-o",
"-serialize-diagnostics",
"-target",
"-T",
"-Tbss",
"-Tdata",
Expand Down

0 comments on commit 0a582d0

Please sign in to comment.