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

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