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: fix arm64 cross-compilation #45756

Closed
wants to merge 2 commits into from
Closed

Commits on Dec 6, 2022

  1. build: fix arm64 cross-compilation

    Commit 938212f added -msign-return-address=all to _all_ cflags but that
    is wrong when cross-compiling, it should only be added to the target's
    cflags.
    
    Fixes: nodejs#42888
    bnoordhuis committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    6bdf9dc View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    30afee8 View commit details
    Browse the repository at this point in the history