bug#33711: configure --host=aarch64 produces x86-64 binary

2021-12-09 Thread Mike Frysinger
reassign 33711 autoconf thanks On 11 Dec 2018 22:07, Erik van Velzen wrote: > I compiled https://github.com/json-c/json-c using the command `sh > autogen.sh && ./configure --host=aarch64 && make`. Unexpectedly this > creates an x64 binary. > > The correct argument in my case is

bug#33711: configure --host=aarch64 produces x86-64 binary

2018-12-11 Thread Erik van Velzen
I compiled https://github.com/json-c/json-c using the command `sh autogen.sh && ./configure --host=aarch64 && make`. Unexpectedly this creates an x64 binary. The correct argument in my case is --host=aarch64-linux-gnu I think this should be an error. Currently, there is only the output "checking