From: Max Filippov Date: Sun, 30 Mar 2014 17:57:47 +0000 (+0400) Subject: Revert "civetweb: fix build for xtensa" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0e90b33c7475e3f40cd3ff15472cfd2efdf1a0dc;p=buildroot.git 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 Signed-off-by: Thomas Petazzoni --- diff --git a/package/civetweb/civetweb.mk b/package/civetweb/civetweb.mk index be7620adb0..4b73a5edbf 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)