summaryrefslogtreecommitdiffstats
path: root/package/sqlite/sqlite.mk
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2014-03-30 21:57:54 +0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-03 21:37:19 +0200
commite1acc9826d0605ba93aa04751931a2739520e0bc (patch)
tree1f48bd8c25e190907cc3465a1b59031c9b024c17 /package/sqlite/sqlite.mk
parentb14d069143a3d029ad69ac2b441aa9eaa8e64e7e (diff)
downloadbuildroot-e1acc9826d0605ba93aa04751931a2739520e0bc.tar.gz
buildroot-e1acc9826d0605ba93aa04751931a2739520e0bc.zip
Revert "xtensa: sqlite requires special compiler option"
This reverts commit 6a30cd3fb30b8057ddde2c72a88c0bb6ad7d1761. Now that -mtext-section-literals is specified in the xtensa ABI this fix is no longer needed. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/sqlite/sqlite.mk')
-rw-r--r--package/sqlite/sqlite.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/sqlite/sqlite.mk b/package/sqlite/sqlite.mk
index af5947957d..b5104c9f1b 100644
--- a/package/sqlite/sqlite.mk
+++ b/package/sqlite/sqlite.mk
@@ -33,10 +33,6 @@ ifeq ($(BR2_PACKAGE_SQLITE_SECURE_DELETE),y)
SQLITE_CFLAGS += -DSQLITE_SECURE_DELETE
endif
-ifeq ($(BR2_xtensa),y)
-SQLITE_CFLAGS += -mtext-section-literals
-endif
-
SQLITE_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) $(SQLITE_CFLAGS)"
SQLITE_CONF_OPT = \
OpenPOWER on IntegriCloud