--- old/common/autoconf/toolchain.m4 2015-04-16 11:46:43.080217845 +0200 +++ new/common/autoconf/toolchain.m4 2015-04-16 11:46:42.972213307 +0200 @@ -662,13 +662,6 @@ USE_CLANG=true fi AC_SUBST(USE_CLANG) - - # LDEXE is the linker to use, when creating executables. Not really used. - # FIXME: These should just be removed! - LDEXE="$LD" - LDEXECXX="$LDCXX" - AC_SUBST(LDEXE) - AC_SUBST(LDEXECXX) ]) # Do some additional checks on the detected tools.