From mboxrd@z Thu Jan 1 00:00:00 1970 From: Baruch Siach Date: Tue, 31 Dec 2013 11:07:28 +0200 Subject: [Buildroot] [PATCH 0/3] xtensa build fixes using -mtext-section-literal Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net These fixes are all similar. As the helpful linker error message says, xtensa needs -mtext-section-literal when building too large objects/libraries/binaries. So just do as we are told to. Baruch Siach (3): php: fix build for xtensa lmbench: fix build for xtensa civetweb: fix build for xtensa package/civetweb/civetweb.mk | 3 +++ package/lmbench/lmbench.mk | 4 ++++ package/php/php.mk | 4 ++++ 3 files changed, 11 insertions(+) -- 1.8.5.2