Allow static building on 64 bit platforms as well.
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 13 May 2008 18:35:29 +0000 (18:35 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 13 May 2008 18:35:29 +0000 (18:35 +0000)
build/targets/target.pri

index 9654698..ff503f0 100644 (file)
@@ -10,7 +10,7 @@ SRCPATH = ../../src
 OBJECTS_DIR = .$$TARGET
 RCC_DIR     = .$$TARGET
 
 OBJECTS_DIR = .$$TARGET
 RCC_DIR     = .$$TARGET
 
-linux-g++:static {
+linux-g++*:static {
   # We put libs in contrib/libs that should be linked statically, especially libstdc++.a
   LIBS *= -L../contrib/libs
   QMAKE_LFLAGS *= -static-libgcc
   # We put libs in contrib/libs that should be linked statically, especially libstdc++.a
   LIBS *= -L../contrib/libs
   QMAKE_LFLAGS *= -static-libgcc