Blame SOURCES/binutils-do-not-link-with-static-libstdc++.patch

d1152b
diff -rup binutils.orig/configure binutils-2.30/configure
d1152b
--- binutils.orig/configure	2018-09-24 17:50:06.967172922 +0100
d1152b
+++ binutils-2.30/configure	2018-09-24 17:51:16.648624865 +0100
d1152b
@@ -4996,49 +4996,6 @@ if test -z "$LD"; then
d1152b
   fi
d1152b
 fi
d1152b
 
d1152b
-# Check whether -static-libstdc++ -static-libgcc is supported.
d1152b
-have_static_libs=no
d1152b
-if test "$GCC" = yes; then
d1152b
-  saved_LDFLAGS="$LDFLAGS"
d1152b
-
d1152b
-  LDFLAGS="$LDFLAGS -static-libstdc++ -static-libgcc"
d1152b
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
d1152b
-$as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
d1152b
-  ac_ext=cpp
d1152b
-ac_cpp='$CXXCPP $CPPFLAGS'
d1152b
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
d1152b
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
d1152b
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
d1152b
-
d1152b
-
d1152b
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d1152b
-/* end confdefs.h.  */
d1152b
-
d1152b
-#if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
d1152b
-#error -static-libstdc++ not implemented
d1152b
-#endif
d1152b
-int main() {}
d1152b
-_ACEOF
d1152b
-if ac_fn_cxx_try_link "$LINENO"; then :
d1152b
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
d1152b
-$as_echo "yes" >&6; }; have_static_libs=yes
d1152b
-else
d1152b
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
d1152b
-$as_echo "no" >&6; }
d1152b
-fi
d1152b
-rm -f core conftest.err conftest.$ac_objext \
d1152b
-    conftest$ac_exeext conftest.$ac_ext
d1152b
-  ac_ext=c
d1152b
-ac_cpp='$CPP $CPPFLAGS'
d1152b
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
d1152b
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
d1152b
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
d1152b
-
d1152b
-
d1152b
-  LDFLAGS="$saved_LDFLAGS"
d1152b
-fi
d1152b
-
d1152b
-
d1152b
 
d1152b
 
d1152b
 if test -n "$ac_tool_prefix"; then
d1152b
diff -rup binutils.orig/configure.ac binutils-2.30/configure.ac
d1152b
--- binutils.orig/configure.ac	2018-09-24 17:50:07.241170767 +0100
d1152b
+++ binutils-2.30/configure.ac	2018-09-24 17:50:29.908992486 +0100
d1152b
@@ -1288,26 +1288,6 @@ if test -z "$LD"; then
d1152b
   fi
d1152b
 fi
d1152b
 
d1152b
-# Check whether -static-libstdc++ -static-libgcc is supported.
d1152b
-have_static_libs=no
d1152b
-if test "$GCC" = yes; then
d1152b
-  saved_LDFLAGS="$LDFLAGS"
d1152b
-
d1152b
-  LDFLAGS="$LDFLAGS -static-libstdc++ -static-libgcc"
d1152b
-  AC_MSG_CHECKING([whether g++ accepts -static-libstdc++ -static-libgcc])
d1152b
-  AC_LANG_PUSH(C++)
d1152b
-  AC_LINK_IFELSE([AC_LANG_SOURCE([
d1152b
-#if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
d1152b
-#error -static-libstdc++ not implemented
d1152b
-#endif
d1152b
-int main() {}])],
d1152b
-    [AC_MSG_RESULT([yes]); have_static_libs=yes],
d1152b
-    [AC_MSG_RESULT([no])])
d1152b
-  AC_LANG_POP(C++)
d1152b
-
d1152b
-  LDFLAGS="$saved_LDFLAGS"
d1152b
-fi
d1152b
-
d1152b
 ACX_PROG_GNAT
d1152b
 ACX_PROG_CMP_IGNORE_INITIAL
d1152b