From 2b0ca4099567164adb2c7c3e22f7ab606db1c94b Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 17 Jun 2012 13:56:19 +0200 Subject: [PATCH] glib: enable LTO support, build issue seems fixed with gcc-4.7.1 Signed-off-by: Stephan Raue --- packages/devel/glib/build | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/devel/glib/build b/packages/devel/glib/build index c899eef98d..5af35d87d5 100755 --- a/packages/devel/glib/build +++ b/packages/devel/glib/build @@ -26,10 +26,6 @@ if [ "$ICONV" = "libiconv" ]; then CONFIG_GLIB="--with-libiconv" fi -# Fails to compile with GCC link time optimization, outputing the error: -# "mem-overflow.c:137:1: sorry, unimplemented: gimple bytecode streams do not support the optimization attribute". - strip_lto - cd $PKG_BUILD mkdir -p .build-target && cd .build-target