summaryrefslogtreecommitdiff
path: root/package/sqlcipher
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2014-03-30 21:57:53 +0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-03 21:36:58 +0200
commitb14d069143a3d029ad69ac2b441aa9eaa8e64e7e (patch)
treed979afc21647150ee7e37343c0b88591dfe23ab6 /package/sqlcipher
parent611ce96b3daad5fe377d4da342560658a3d8231e (diff)
Revert "sqlcipher: fix build for xtensa"
This reverts commit 43d8dc3a392dcb769075cf1b076376a280c15c99. 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/sqlcipher')
-rw-r--r--package/sqlcipher/sqlcipher.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/sqlcipher/sqlcipher.mk b/package/sqlcipher/sqlcipher.mk
index ace5ce8f5..6130870bb 100644
--- a/package/sqlcipher/sqlcipher.mk
+++ b/package/sqlcipher/sqlcipher.mk
@@ -32,10 +32,6 @@ ifeq ($(BR2_PACKAGE_SQLCIPHER_STAT3),y)
SQLCIPHER_CFLAGS += -DSQLITE_ENABLE_STAT3
endif
-ifeq ($(BR2_xtensa),y)
-SQLCIPHER_CFLAGS += -mtext-section-literals
-endif
-
ifeq ($(BR2_PACKAGE_SQLCIPHER_READLINE),y)
SQLCIPHER_DEPENDENCIES += ncurses readline
SQLCIPHER_CONF_OPT += --with-readline-inc="-I$(STAGING_DIR)/usr/include"