From 242779287ff78e73c3810c71b2a5847d93710900 Mon Sep 17 00:00:00 2001 From: TomSang Date: Mon, 24 Jan 2022 00:45:36 -0500 Subject: [PATCH] SWDEV-319221 - Fix c++/g++ build (#2464) CentOS 7.5 has too old c++/g++/gcc( filename $line =~ s/%t/$exe/g; # Substitute %t -> targetname # Substitute %hc -> /path/to/hipcc and %hip-path -> /path/to/hip happens in cmake - # Substitute %cc -> /usr/bin/cc and %cxx -> /usr/bin/c++ happens in cmake + # Substitute %cc -> cc and %cxx -> c++ happens in cmake # Substitute %S -> src dir and %T -> target build dir happens in cmake $line =~ s/\R//g; # Remove line endings push @customBuildCMDs, $line;