From 9afcd75d2d93f305a866edb3768d3faca7b5cdbc Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 30 Mar 2012 21:48:16 +0200 Subject: [PATCH] fontconfig: remove LTO hack Signed-off-by: Stephan Raue --- packages/x11/other/fontconfig/build | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/x11/other/fontconfig/build b/packages/x11/other/fontconfig/build index 3ddaa609bd..f0919f414f 100755 --- a/packages/x11/other/fontconfig/build +++ b/packages/x11/other/fontconfig/build @@ -22,9 +22,6 @@ . config/options $1 -# fontconfig dont build with LTO support on ARM - strip_lto - # ensure we dont use '-O3' optimization. CFLAGS=`echo $CFLAGS | sed -e "s|-O3|-O2|"` CXXFLAGS=`echo $CXXFLAGS | sed -e "s|-O3|-O2|"`