Potential breakage in x86_64-elf-binutils: 'as' fails to assemble source that an upstream binary works with #354
-
This appears to be a bad build in the Homebrew bottle, but since my system's configuration is a bit weird I don't know for sure that it's broken for anyone else. Given the following .rept (1000/10)
.endr
The same binutils version from upstream, configured with
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
What do |
Beta Was this translation helpful? Give feedback.
-
Output of
|
Beta Was this translation helpful? Give feedback.
-
@jmillikin, I just tested manual source builds (
Looks like you'll need to report this upstream, as it's definitely not a Homebrew issue. |
Beta Was this translation helpful? Give feedback.
@jmillikin, I just tested manual source builds (
configure --target=XYZ
) on both Ubuntu 20.04 and Catalina against your code. The results are instructive:--target=
x86_64-elf
x86_64-linux-gnu
Looks like you'll need to report this upstream, as it's definitely not a Homebrew issue.