Advertisement
Guest User

bzflag-e2k.patch by mike altlinux org

a guest
Nov 6th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.45 KB | None | 0 0
  1. diff --git a/bzflag/configure.ac b/bzflag/configure.ac
  2. index 289862c..b3d5fb8 100644
  3. --- a/bzflag/configure.ac
  4. +++ b/bzflag/configure.ac
  5. @@ -810,8 +810,8 @@ if test x$enable_debug = xyes ; then
  6.  else
  7.      if test "$GCC" = yes ; then
  8.     case "`$CC --version 2>&1`" in
  9. -       *LLVM*)
  10. -       # Apple LLVM falsely claims to be GCC
  11. +       *LLVM*|lcc*)
  12. +       # Apple LLVM and MCST LCC falsely claim to be GCC
  13.         ;;
  14.         *)
  15.         OPTIMIZE="-fexpensive-optimizations"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement