summaryrefslogtreecommitdiff
path: root/package/civetweb
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2014-03-30 21:57:47 +0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-03 21:35:38 +0200
commit0e90b33c7475e3f40cd3ff15472cfd2efdf1a0dc (patch)
treec22b162f4c60a2f850cf8a38649aa4aea6221229 /package/civetweb
parentc6277e4b3130543308222d1ebc9c2916b9eed1a6 (diff)
Revert "civetweb: fix build for xtensa"
This reverts commit 37084ead509fa42db39637fcb837e7a99197c6c9. 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/civetweb')
-rw-r--r--package/civetweb/civetweb.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/civetweb/civetweb.mk b/package/civetweb/civetweb.mk
index be7620adb..4b73a5edb 100644
--- a/package/civetweb/civetweb.mk
+++ b/package/civetweb/civetweb.mk
@@ -25,9 +25,6 @@ endif
ifeq ($(BR2_CIVETWEB_WITH_LUA),y)
CIVETWEB_CONF_OPT += WITH_LUA=1
-ifeq ($(BR2_xtensa),y)
- CIVETWEB_COPT += -mtext-section-literals
-endif
endif
ifeq ($(BR2_PACKAGE_OPENSSL),y)