components/gcc49/patches/009-configure.patch
changeset 6923 338aea22bf22
parent 6922 499ba999c1ee
child 6924 e8aaad6b5075
--- a/components/gcc49/patches/009-configure.patch	Tue Jul 05 09:31:58 2016 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-# Stefan Teleman <[email protected]>
-# Solaris ld can't link statically.
-# Internal patch. Solaris specific.
---- libitm/configure	2014-10-30 04:28:58.000000000 -0400
-+++ libitm/configure	2014-11-19 08:38:42.834301914 -0500
-@@ -16394,7 +16394,7 @@
- _ACEOF
- if ac_fn_c_try_run "$LINENO"; then :
-                       chktls_save_LDFLAGS="$LDFLAGS"
--      LDFLAGS="-static $LDFLAGS"
-+      LDFLAGS="$LDFLAGS"
-       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- /* end confdefs.h.  */
- int main() { return 0; }