Skip to content

build: remove unused flags in toolchain.gypi and node_gyp.py#34270

Closed
Nishikoh wants to merge 1 commit into
nodejs:masterfrom
Nishikoh:clean-up-unused-flags
Closed

build: remove unused flags in toolchain.gypi and node_gyp.py#34270
Nishikoh wants to merge 1 commit into
nodejs:masterfrom
Nishikoh:clean-up-unused-flags

Conversation

@Nishikoh

@Nishikoh Nishikoh commented Jul 9, 2020

Copy link
Copy Markdown

Fixes: #34256

The linux_use_gold_flag, linux_use_bundled_gold and linux_use_bundled_binutils flags are unused and can be removed, our build always disables them.

Removed them in tools/v8_gypfiles/toolchain.gypi and /tools/gyp_node.py.

Checklist

The `linux_use_gold_flag`, `linux_use_bundled_gold` and `linux_use_bundled_binutils`
 flags are unused and can be removed, our build always disables them.

Removed them in `tools/v8_gypfiles/toolchain.gypi` and `/tools/gyp_node.py`.

Fixes: #34256
@nodejs-github-bot nodejs-github-bot added build Issues and PRs related to build files or the CI. tools Issues and PRs related to the tools directory. labels Jul 9, 2020
@bnoordhuis

Copy link
Copy Markdown
Member

I'm afraid someone else beat you to it by two hours: #34268

@Nishikoh

Nishikoh commented Jul 9, 2020

Copy link
Copy Markdown
Author

Well ... I was commenting and I tried to make sure it didn't happen ... #34256 (comment)

@jasnell

jasnell commented Dec 16, 2020

Copy link
Copy Markdown
Member

I believe this was superseded by #34268 which was landed.

@jasnell jasnell closed this Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Issues and PRs related to build files or the CI. tools Issues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

build: clean up tools/v8_gypfiles/toolchain.gypi

4 participants