zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #12897
Re: [Merge] lp:~davidagraf/zorba/detect-clang-properly into lp:zorba
gcc --version only output the string "llvm" or "LLVM" and not "clang. You should check for "LLVM" and not "clang".
$ gcc --version
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
--
https://code.launchpad.net/~davidagraf/zorba/detect-clang-properly/+merge/117994
Your team Zorba Coders is subscribed to branch lp:zorba.
Follow ups
References