Kamath
Kamath

Reputation: 4674

Autotools new cpu support

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

Answers (1)

ldav1s
ldav1s

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

Related Questions