components/gcc48/patches/004-libitm-configure.patch
branchs11-update
changeset 2997 6a6348ea8de7
equal deleted inserted replaced
2996:9d8e1fd67549 2997:6a6348ea8de7
       
     1 # 2013-02-07  Stefan Teleman <[email protected]>
       
     2 # Do not link statically.
       
     3 --- gcc-4.8.2/libitm/configure	2013-10-16 00:27:58.000000000 -0700
       
     4 +++ gcc-4.8.2/libitm/configure	2013-10-17 11:15:49.069290035 -0700
       
     5 @@ -16388,7 +16388,7 @@
       
     6  _ACEOF
       
     7  if ac_fn_c_try_run "$LINENO"; then :
       
     8                        chktls_save_LDFLAGS="$LDFLAGS"
       
     9 -      LDFLAGS="-static $LDFLAGS"
       
    10 +      LDFLAGS="$LDFLAGS"
       
    11        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
       
    12  /* end confdefs.h.  */
       
    13  int main() { return 0; }