components/gcc47/patches/004-libitm-configure.patch
changeset 7012 cc470645fd82
parent 7011 10c58c99afd6
child 7013 9b20e919735b
equal deleted inserted replaced
7011:10c58c99afd6 7012:cc470645fd82
     1 # 2013-02-07  Stefan Teleman <[email protected]>
       
     2 # Do not link statically.
       
     3 --- gcc-4.7.3/libitm/configure	2013-04-11 00:59:02.000000000 -0700
       
     4 +++ gcc-4.7.3/libitm/configure	2013-04-19 19:16:06.189907386 -0700
       
     5 @@ -16379,7 +16379,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; }