From d0846481b12a74784124afde169ef1a7fcc74b12 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 6 Aug 2012 15:57:55 +0200 Subject: [PATCH] gcc: disable libitm in toolchain stage Note: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51072 --- base/gcc/gcc.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/base/gcc/gcc.conf b/base/gcc/gcc.conf index 57689f442..5cc85e261 100644 --- a/base/gcc/gcc.conf +++ b/base/gcc/gcc.conf @@ -154,6 +154,7 @@ if atstage toolchain; then var_append confopt " " "--disable-libssp" var_append confopt " " "--disable-libgomp" var_append confopt " " "--disable-libquadmath" + var_append confopt " " "--disable-libitm" # use the native libraries we build in the toolchain directory export LDFLAGS="-Wl,-rpath,${root}${libdir}"