Revert "civetweb: fix build for xtensa"

This reverts commit 37084ead50.
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>
This commit is contained in:
Max Filippov 2014-03-30 21:57:47 +04:00 committed by Thomas Petazzoni
parent c6277e4b31
commit 0e90b33c74
1 changed files with 0 additions and 3 deletions

View File

@ -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)