Allowed to override by variable CC the use of g++ in releng/auto_cxx . Proposal by Tom Stellard.
This commit is contained in:
@ -29,7 +29,7 @@ fi
|
||||
|
||||
# xorriso binary is not needed for that particular test
|
||||
SAMPLE_CODE_DIR=codesamples
|
||||
CC=g++
|
||||
CC=${CC:-g++}
|
||||
|
||||
# check compiler
|
||||
if ! which "${CC}" >/dev/null 2>&1; then
|
||||
|
Reference in New Issue
Block a user