diff options
Diffstat (limited to 'package/qt')
-rw-r--r-- | package/qt/qt.mk | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/package/qt/qt.mk b/package/qt/qt.mk index 53c487d416..8b5aa17033 100644 --- a/package/qt/qt.mk +++ b/package/qt/qt.mk @@ -38,20 +38,6 @@ QT_CFLAGS = $(TARGET_CFLAGS) QT_CXXFLAGS = $(TARGET_CXXFLAGS) QT_LDFLAGS = $(TARGET_LDFLAGS) -ifeq ($(BR2_LARGEFILE),y) -QT_CONFIGURE_OPTS += -largefile -else -QT_CONFIGURE_OPTS += -no-largefile - -# embedded sqlite module forces FILE_OFFSET_BITS=64 unless this is defined -# webkit internally uses this module as well -ifneq ($(BR2_PACKAGE_QT_SQLITE_QT)$(BR2_PACKAGE_QT_WEBKIT),) -QT_CFLAGS += -DSQLITE_DISABLE_LFS -QT_CXXFLAGS += -DSQLITE_DISABLE_LFS -endif - -endif - # Qt has some assembly function that are not present in thumb1 mode: # Error: selected processor does not support Thumb mode `swp r3,r7,[r4]' # so, we desactivate thumb mode |