mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-04 21:23:57 +08:00
Linux: quelch clang-3.5 not found warnings
Quelch stderr when looking for clang-3.5. Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
@@ -46,10 +46,10 @@ USE_GCC?=0
|
|||||||
|
|
||||||
ifneq ($(USE_GCC),1)
|
ifneq ($(USE_GCC),1)
|
||||||
|
|
||||||
HAVE_CLANG35=$(shell clang-3.5 -dumpversion)
|
HAVE_CLANG35:=$(shell clang-3.5 -dumpversion 2>/dev/null)
|
||||||
|
|
||||||
# Clang will report 4.2.1 as GCC version
|
# Clang will report 4.2.1 as GCC version
|
||||||
HAVE_CLANG=$(shell clang -dumpversion)
|
HAVE_CLANG:=$(shell clang -dumpversion)
|
||||||
|
|
||||||
#If using ubuntu 14.04 and packaged clang 3.5
|
#If using ubuntu 14.04 and packaged clang 3.5
|
||||||
ifeq ($(HAVE_CLANG35),4.2.1)
|
ifeq ($(HAVE_CLANG35),4.2.1)
|
||||||
|
|||||||
Reference in New Issue
Block a user