components/gcc48/patches/004-libitm-configure.patch
changeset 7016 401dd746ea8d
parent 7015 47aaa6f8ec6e
child 7017 25872950aa80
--- a/components/gcc48/patches/004-libitm-configure.patch	Fri Sep 30 18:15:48 2016 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-# 2013-02-07  Stefan Teleman <[email protected]>
-# Do not link statically.
---- gcc-4.8.2/libitm/configure	2013-10-16 00:27:58.000000000 -0700
-+++ gcc-4.8.2/libitm/configure	2013-10-17 11:15:49.069290035 -0700
-@@ -16388,7 +16388,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; }