Dharmil Shah
2017-08-07 11:17:00 UTC
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.
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.