Advertisement
Guest User

python-2.7-fix-clang-cflags.patch

a guest
Feb 25th, 2014
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.34 KB | None | 0 0
  1. --- configure.ac.orig   2014-02-25 18:41:44.381549672 +0000
  2. +++ configure.ac    2014-02-25 18:43:17.402554103 +0000
  3. @@ -1270,6 +1270,11 @@
  4.  then
  5.    ac_cv_opt_olimit_ok=no
  6.  fi
  7. +# idem for clang
  8. +if test "$CC" = clang
  9. +then
  10. +  ac_cv_opt_olimit_ok=no
  11. +fi
  12.  
  13.  AC_MSG_CHECKING(whether $CC accepts -OPT:Olimit=0)
  14.  AC_CACHE_VAL(ac_cv_opt_olimit_ok,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement