Add hcc-config info to --full

[ROCm/hip commit: 2a33197a06]
This commit is contained in:
Ben Sander
2016-02-03 09:48:44 -06:00
parent ff36d32095
commit ebf94bcf3a
+4
View File
@@ -78,6 +78,10 @@ if ($p_full) {
print "== hcc\n";
print ("HCC_HOME : $HCC_HOME\n");
system("$HCC_HOME/bin/hcc --version");
print ("HCC-cxxflags: ");
system("$HCC_HOME/bin/hcc-config --cxxflags");
print ("HCC-ldflags : ");
system("$HCC_HOME/bin/hcc-config --ldflags");
}
if ($HIP_PLATFORM eq "nvcc") {
print "\n" ;