Fix build failure on Aarch64 host
Categories
(NSS :: Build, enhancement, P5)
Tracking
(Not tracked)
People
(Reporter: giulio.benetti, Assigned: jschanck)
Details
Attachments
(2 files)
1.08 KB,
patch
|
Details | Diff | Splinter Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36
Steps to reproduce:
Build with Makefile on a Mac-Mini M1 Aarch64 processor.
Actual results:
Build fails while linking nsinstall with:
gcc: error: unrecognized command-line option '-m64'
Reporter | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Patch provided by Giulio Benetti.
Assignee | ||
Comment 3•3 years ago
|
||
Sounds reasonable to me. Thanks!
Assignee | ||
Comment 4•3 years ago
|
||
Reporter | ||
Comment 5•3 years ago
|
||
(In reply to John Schanck from comment #4)
https://hg.mozilla.org/projects/nss/rev/190801f7f1fb25490098487abacb1fd2ca5ef1e8
Hi John,
is there a reason why the authorship of the patch is not mine?
It's only to understand if I've done something wrong while creating the patch.
In the past I've provided 10+ patches this way and hey have been committed with my authorship.
So maybe something changed?
Kind regards
Assignee | ||
Comment 6•3 years ago
|
||
Hi Giulio, it was my mistake---I'm new to phabricator and didn't know the right process. It is slightly easier for us if you submit your patches using moz-phab (https://moz-conduit.readthedocs.io/en/latest/phabricator-user.html), but patch files are fine too.
Reporter | ||
Comment 7•3 years ago
|
||
(In reply to John Schanck from comment #6)
Hi Giulio, it was my mistake---I'm new to phabricator and didn't know the right process. It is slightly easier for us if you submit your patches using moz-phab (https://moz-conduit.readthedocs.io/en/latest/phabricator-user.html), but patch files are fine too.
Ok, fine then :-) I still need to fix another build bug:
http://autobuild.buildroot.net/results/68754f6598e09dbd13421bab5abfc4e90a34175c/build-end.log
but I really have few time. Once done I will open a bug and add a patch for it.
Kind regards
Description
•