Is there an equivalent for aarch64?

Asked by Jonatan Zeidler

Clickable uses this package to cross-compile QMake projects. Now we would like to support aarch64 as well. Is there an equivalent to qt5-qmake-arm-linux-gnueabihf for aarch64?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Jonatan Zeidler
Solved:
Last query:
Last reply:
Revision history for this message
Jonatan Zeidler (jonius) said :
#1

I thought I asked this question on the package qt5-qmake-arm-linux-gnueabihf. This is what it is about. I wonder though why qt5-qmake-arm-linux-gnueabihf is not in the repos for newer Ubuntu releases anymore.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2
Revision history for this message
Jonatan Zeidler (jonius) said :
#3

Does that mean, I can use normal amd64 qmake for cross-compiling armhf and aarch64?

Revision history for this message
Jonatan Zeidler (jonius) said :
#4

Ok, I figgured it out. I solved it by passing proper -spec and -qtconf params. Thanks for the hint!