only use CMDTEST_GCC_TO_TEST
and derive C++ name from the C compiler, typically "gcc" -> "g++"
This commit is contained in:
parent
f524ddcad6
commit
b3fae13231
@ -32,7 +32,7 @@ class CMDTEST_gcc < Cmdtest::Testcase
|
|||||||
end
|
end
|
||||||
|
|
||||||
def gxx
|
def gxx
|
||||||
ENV["CMDTEST_GXX_TO_TEST"] || "g++"
|
gcc.sub(/gcc$/, "g++")
|
||||||
end
|
end
|
||||||
|
|
||||||
#----------------------------------------
|
#----------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user