Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from
Closed

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

wants to merge 1 commit into from

Conversation

Nishikoh
Copy link

@Nishikoh Nishikoh commented Jul 9, 2020

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
Member

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

@Nishikoh
Copy link
Author

Nishikoh commented Jul 9, 2020

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

@jasnell
Copy link
Member

jasnell commented Dec 16, 2020

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