summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2011-08-04 15:52:14 (GMT)
committerLiang Qi <liang.qi@nokia.com>2011-08-04 15:53:15 (GMT)
commitd5caf208ae0e87ed1f2706aba8db7e6395fd156c (patch)
tree8dd04ec712fcc331ad41095af8c21c6afff7a811 /mkspecs
parent6b07cbfc8d1368b3011af0b2c8fcfe312ccc10b3 (diff)
downloadQt-d5caf208ae0e87ed1f2706aba8db7e6395fd156c.zip
Qt-d5caf208ae0e87ed1f2706aba8db7e6395fd156c.tar.gz
Qt-d5caf208ae0e87ed1f2706aba8db7e6395fd156c.tar.bz2
Symbian/gcce: Remove the useless -T flag
The -T flag is a linker flag, not a compiler flag, and does nothing. If specified as a linker flag, this even yields errors (since there is no linker script file named 'script'). Merge-request: 1302 Reviewed-by: Liang Qi <liang.qi@nokia.com>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/symbian-gcce/qmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/symbian-gcce/qmake.conf b/mkspecs/symbian-gcce/qmake.conf
index 38042e9..c1a41b9 100644
--- a/mkspecs/symbian-gcce/qmake.conf
+++ b/mkspecs/symbian-gcce/qmake.conf
@@ -55,7 +55,7 @@ QMAKE_LFLAGS_APP += --entry=_E32Startup -u _E32Startup
QMAKE_LFLAGS_SHLIB += -shared --default-symver --entry=_E32Dll -u _E32Dll
QMAKE_LFLAGS_PLUGIN += $$QMAKE_LFLAGS_SHLIB
-gcceExtraFlags = --include=$${EPOCROOT}epoc32/include/gcce/gcce.h -march=armv5t -mapcs -mthumb-interwork -nostdinc -c -msoft-float -T script
+gcceExtraFlags = --include=$${EPOCROOT}epoc32/include/gcce/gcce.h -march=armv5t -mapcs -mthumb-interwork -nostdinc -c -msoft-float
QMAKE_CFLAGS += $${gcceExtraFlags}
QMAKE_CXXFLAGS += $${gcceExtraFlags} -x c++ -fexceptions -fno-unit-at-a-time -fvisibility-inlines-hidden -Os
#If we are not going to link to Qt or qtmain.lib, we need to include this at least once.