Reputation: 4674
What would be right way to add arm64 bit support for an autools based package.
I am trying to cross compile libdbuscpp for arm64 bit architecture.
I see there is a file called config.sub
that lists all supported cpu. autoreconf -vfi
is again not updating the cpu sets.
Should I maually edit this file ?
Upvotes: 0
Views: 155
Reputation: 16305
Recent versions of libtool and automake have config.sub
files that have aarch64 support. You should consider updating GNU Build System tools.
Upvotes: 1