From 2da4a3e47e358fe61e49984f169d67f8ce912c78 Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Fri, 12 Feb 2016 08:26:19 +0100 Subject: [PATCH] Define WORD_SIZE for linux-clang refs #596 --- mkspecs/features/wordsize.pri | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mkspecs/features/wordsize.pri b/mkspecs/features/wordsize.pri index 32659ff30..f7a5d531d 100644 --- a/mkspecs/features/wordsize.pri +++ b/mkspecs/features/wordsize.pri @@ -31,6 +31,12 @@ linux-g++-32 { linux-g++-64 { WORD_SIZE = 64 } + +linux-clang { + # Assume 64 bit until we find out how to detect the compiler architecture + WORD_SIZE = 64 +} + macx-clang { # TODO WORD_SIZE = 64