Commit 0e90b33c authored by Max Filippov's avatar Max Filippov Committed by Thomas Petazzoni
Browse files

Revert "civetweb: fix build for xtensa"



This reverts commit 37084ead.
Now that -mtext-section-literals is specified in the xtensa ABI this fix
is no longer needed.

Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent c6277e4b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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)