-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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: clean up tools/v8_gypfiles/toolchain.gypi #34256
Labels
build
Issues and PRs related to build files or the CI.
good first issue
Issues that are suitable for first-time contributors.
Comments
bnoordhuis
added
build
Issues and PRs related to build files or the CI.
good first issue
Issues that are suitable for first-time contributors.
labels
Jul 8, 2020
Hi, I'd like to tackle that :D |
ghost
mentioned this issue
Jul 9, 2020
1 task
See #34268 |
1 task
gengjiawen
pushed a commit
that referenced
this issue
Jul 29, 2020
Removed `linux_use_gold_flag`, `linux_use_bundled_gold` and `linux_use_bundled_binutils` flags from `tools/v8_gypfiles/toolchain.gypi` and `/tools/gyp_node.py`. Fixes: #34256 PR-URL: #34268 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]>
codebytere
pushed a commit
that referenced
this issue
Aug 5, 2020
Removed `linux_use_gold_flag`, `linux_use_bundled_gold` and `linux_use_bundled_binutils` flags from `tools/v8_gypfiles/toolchain.gypi` and `/tools/gyp_node.py`. Fixes: #34256 PR-URL: #34268 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]>
addaleax
pushed a commit
that referenced
this issue
Sep 22, 2020
Removed `linux_use_gold_flag`, `linux_use_bundled_gold` and `linux_use_bundled_binutils` flags from `tools/v8_gypfiles/toolchain.gypi` and `/tools/gyp_node.py`. Fixes: #34256 PR-URL: #34268 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]>
addaleax
pushed a commit
that referenced
this issue
Sep 22, 2020
Removed `linux_use_gold_flag`, `linux_use_bundled_gold` and `linux_use_bundled_binutils` flags from `tools/v8_gypfiles/toolchain.gypi` and `/tools/gyp_node.py`. Fixes: #34256 PR-URL: #34268 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]>
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.
good first issue
Issues that are suitable for first-time contributors.
The
linux_use_gold_flag
,linux_use_bundled_gold
andlinux_use_bundled_binutils
flags are unused and can be removed, our build always disables them.tools/gyp_node.py
sets the flags, they can be removed too.The text was updated successfully, but these errors were encountered: