automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Warning - non-POSIX variable name


From: Dharmil Shah
Subject: Warning - non-POSIX variable name
Date: Mon, 7 Aug 2017 04:17:00 -0700 (MST)

Hey guys,

I need to make my api using the llvm c compiler. Hence I am specifying the
llvm path in the CC variable. in the Makefile.am, I did something like this:

CC=${CC - /../../llvm-arm-toolchain-ship/3.8/bin/clang}

I am getting the following warning when I run the autoreconf command  

Makefile.am:14: warning: CXX -
/../../llvm-arm-toolchain-ship/3.8/bin/clang++: non-POSIX variable name
Makefile.am:14: (probably a GNU make extension)

What's the correct way to go about this?

Thanks!




--
View this message in context: 
http://gnu-automake.7480.n7.nabble.com/Warning-non-POSIX-variable-name-tp22506.html
Sent from the Gnu - Automake - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]