20463109 dejagnu's master test results hardcodes the compiler path
authorRich Burridge <rich.burridge@oracle.com>
Tue, 03 Feb 2015 13:08:48 -0800
changeset 3724 dc74a8d07d25
parent 3722 e76241a68272
child 3725 57a3df1e928a
20463109 dejagnu's master test results hardcodes the compiler path
components/dejagnu/Makefile
components/dejagnu/test/results-64.master
--- a/components/dejagnu/Makefile	Tue Feb 03 09:36:03 2015 -0800
+++ b/components/dejagnu/Makefile	Tue Feb 03 13:08:48 2015 -0800
@@ -46,6 +46,7 @@
 # The additional dejagnu specific set of transforms to be applied to the
 # test results to try to normalize them.
 COMPONENT_TEST_TRANSFORMS += \
+	'-e "s|\(^$(CXX)\).*|\\$$(CXX)|" ' \
 	'-e "s|\(Test Run By\).*|\1|" ' \
 	'-e "s|\(Native configuration is\).*|\1|" '
 
--- a/components/dejagnu/test/results-64.master	Tue Feb 03 09:36:03 2015 -0800
+++ b/components/dejagnu/test/results-64.master	Tue Feb 03 13:08:48 2015 -0800
@@ -3,8 +3,8 @@
 make[2]: Entering directory `$(@D)'
 source='testsuite/libdejagnu/unit.cc' object='unit.o' libtool=no \
 DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DPACKAGE_NAME=\"GNU\ DejaGnu\" -DPACKAGE_TARNAME=\"dejagnu\" -DPACKAGE_VERSION=\"1.5\" -DPACKAGE_STRING=\"GNU\ DejaGnu\ 1.5\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"http://www.gnu.org/software/dejagnu/\" -DPACKAGE=\"dejagnu\" -DVERSION=\"1.5\" -I. -I$(SOURCE_DIR)    -I$(SOURCE_DIR) -g -g -c -o unit.o `test -f 'testsuite/libdejagnu/unit.cc' || echo '$(SOURCE_DIR)/'`testsuite/libdejagnu/unit.cc
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -I$(SOURCE_DIR) -g -g   -o unit unit.o  
+$(CXX)
+$(CXX)
 make[2]: Leaving directory `$(@D)'
 /usr/gnu/bin/make  check-DEJAGNU
 make[2]: Entering directory `$(@D)'