diff options
author | axis <qt-info@nokia.com> | 2009-11-27 15:21:56 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-12-11 10:36:40 (GMT) |
commit | 8e6ce5c5bb337e525c5bc7e6c809f5891c0f09c9 (patch) | |
tree | 1b4f4a78425f9c88044ca8298775c22a0d02763a /mkspecs/symbian | |
parent | 1a54594e26f1d078ae67ea34ce109d2b175a046c (diff) | |
download | Qt-8e6ce5c5bb337e525c5bc7e6c809f5891c0f09c9.zip Qt-8e6ce5c5bb337e525c5bc7e6c809f5891c0f09c9.tar.gz Qt-8e6ce5c5bb337e525c5bc7e6c809f5891c0f09c9.tar.bz2 |
Increased section base address to avoid overlap at link time.
Diffstat (limited to 'mkspecs/symbian')
-rw-r--r-- | mkspecs/symbian/linux-armcc/qmake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/symbian/linux-armcc/qmake.conf b/mkspecs/symbian/linux-armcc/qmake.conf index 97d3c2d..8c70f5e 100644 --- a/mkspecs/symbian/linux-armcc/qmake.conf +++ b/mkspecs/symbian/linux-armcc/qmake.conf @@ -28,7 +28,7 @@ QMAKE_MKDIR = mkdir -p QMAKE_CFLAGS += --dllimport_runtime --preinclude rvct2_2.h --diag_suppress 186,654,1300 --thumb --fpu softvfp --cpu 5T --enum_is_int -Ono_known_library --fpmode ieee_no_fenv --export_all_vtbl --no_vfe --apcs /inter --visibility_inlines_hidden QMAKE_CXXFLAGS += $$QMAKE_CFLAGS --no_parse_templates -QMAKE_LFLAGS += --diag_suppress 6331,6780 --bpabi --reloc --datacompressor=off --split --rw-base 0x400000 --dll --no_scanlib +QMAKE_LFLAGS += --diag_suppress 6331,6780 --bpabi --reloc --datacompressor=off --split --rw-base 0x800000 --dll --no_scanlib QMAKE_LFLAGS_APP += --entry _E32Startup QMAKE_LFLAGS_SHLIB += --entry _E32Dll |