Skip to content

Commit 73e85e0

Browse files
committed
Fix linux-arm-remarkable-g++ qmake
1 parent 472c6ba commit 73e85e0

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

qt/linux-arm-remarkable-g++/qmake.conf

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,15 @@ include(../common/linux_device_pre.conf)
66
DISTRO_OPTS += hard-float
77
include(../common/linux_arm_device_post.conf)
88
load(qt_config)
9+
10+
QMAKE_CC="arm-linux-gnueabihf-gcc"
11+
QMAKE_CXX="arm-linux-gnueabihf-g++"
12+
QMAKE_LINK="arm-linux-gnueabihf-g++"
13+
QMAKE_LINK_SHLIB="arm-linux-gnueabihf-g++"
14+
QMAKE_AR="arm-linux-gnueabihf-ar"
15+
QMAKE_OBJCOPY="arm-linux-gnueabihf-objcopy"
16+
QMAKE_NM="arm-linux-gnueabihf-nm -P"
17+
QMAKE_STRIP="arm-linux-gnueabihf-strip"
18+
QMAKE_CFLAGS="-mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64"
19+
QMAKE_CXXFLAGS="-mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64"
20+
QMAKE_LFLAGS="-mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed"

0 commit comments

Comments
 (0)