Fix gen_context/ASM build on ARM #936
pull real-or-random wants to merge 3 commits into bitcoin-core:master from real-or-random:202105-gen-context-no-ext-asm changing 2 files +7 −2-
real-or-random commented at 1:11 pm on May 3, 2021: contributorObsoletes #935.
-
gen_context: Don't use external ASM because it complicates the build
Fixes #931.
-
Makefile.am: Honor config when building gen_context
This passes $(DEFS) (which should literally be "-DHAVE_CONFIG_H") to the compiler when building gen_context. This has currently no effect because gen_context.c does not check for this macro but it's conceivable that it may do so in the future.
-
Makefile.am: Don't pass a variable twice c8483520c9
-
gmaxwell commented at 1:39 pm on May 3, 2021: contributorI will test now.
-
gmaxwell commented at 1:49 pm on May 3, 2021: contributorACK c8483520c9077905a1dc8b9adb88b6ea2a3bd9ef looks good and works here. Undefign is kinda yuck, but it is already doing it and it’s cleaner than the obvious alternatives.
-
sipa commented at 7:14 pm on May 3, 2021: contributor
utACK c8483520c9077905a1dc8b9adb88b6ea2a3bd9ef. I verified that building still works on ARM64, but without asm of course.
Mental note for something to add: there is no sanity checking in ./configure when –with-asm=arm is selected, so it “succeeds” on ARM64, but compilation fails of course.
-
real-or-random commented at 7:28 pm on May 3, 2021: contributor
Mental note for something to add: there is no sanity checking in ./configure when –with-asm=arm is selected, so it “succeeds” on ARM64, but compilation fails of course.
In generally, this makes sense because
auto
is always the clever setting and setting a value explicitly just forces this value. Maybe we should rename simply rename the setting toarm32
? -
sipa commented at 7:43 pm on May 3, 2021: contributor@real-or-random Well, I think even when forcing we can check whether the build environment we have supports that option (we do for x86_64). Renaming to arm32 makes sense.
-
sipa merged this on May 4, 2021
-
sipa closed this on May 4, 2021
-
real-or-random cross-referenced this on May 4, 2021 from issue changed include statements without prefix 'include/' by whb07
-
surinder83singh referenced this in commit 3855601992 on Jun 2, 2021
-
vmta referenced this in commit 780707485f on Jun 9, 2021
-
jonasnick cross-referenced this on Jun 14, 2021 from issue Upstream PRs 831, 907, 903, 889, 918, 906, 928, 922, 933, Merge bitcoin-core/secp256k1#936: Fix gen_context/ASM build on ARM, 925, 937, 926, Merge bitcoin-core/secp256k1#940: contrib: Explain explicit header guards, 850, 930, 941, 846, 947, 662, 950 by jonasnick
-
jonasnick referenced this in commit 6db00f5b2e on Jul 13, 2021
-
sipa referenced this in commit c020cbaa5c on Jul 14, 2021
-
apoelstra referenced this in commit 3fcc6fcacd on Jul 28, 2021
-
apoelstra referenced this in commit 196c993d1f on Jul 28, 2021
-
furszy referenced this in commit 534b2b2f5a on Sep 23, 2021
-
janus referenced this in commit 62075fc9aa on Nov 5, 2021
-
real-or-random cross-referenced this on Dec 7, 2021 from issue build: Rename arm to arm32 and check if it's really supported by real-or-random
-
patricklodder referenced this in commit 21badcf9d2 on Jul 25, 2022
-
patricklodder referenced this in commit 03002a9013 on Jul 28, 2022
-
str4d referenced this in commit ed3e5b0f2a on Sep 27, 2022
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin-core/secp256k1. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-11-21 21:15 UTC
This is a metadata mirror of the GitHub repository bitcoin-core/secp256k1. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-11-21 21:15 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me