Date: Sat, 9 Feb 2013 04:44:25 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1164 - trunk/Mk Message-ID: <201302090444.r194iPkf025035@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Feb 9 04:44:25 2013
New Revision: 1164
Log:
also set CPP needed by CSS2Properties.webidl
Modified:
trunk/Mk/bsd.gecko.mk
Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk Sat Feb 9 04:32:38 2013 (r1163)
+++ trunk/Mk/bsd.gecko.mk Sat Feb 9 04:44:25 2013 (r1164)
@@ -561,6 +561,13 @@
exists(${LOCALBASE}/bin/clang++))
CXX= clang++
. endif
+. if ${CPP} == "cpp"
+. if exists(/usr/bin/clang-cpp) || exists(${LOCALBASE}/bin/clang-cpp)
+CPP= clang-cpp
+. else
+CPP= clang -E
+. endif
+. endif
# fallback to gcc otherwise
. if ${CC} == "cc" || ${CXX} == "c++"
USE_GCC?= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302090444.r194iPkf025035>
