This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[treelang 4.x] testsuite fails when configured with --program-suffix


The treelang testsuite fails to run when GCC is configured with
--program-suffix, leading to a syntax error in the treelang.check
target.  Removing the TRANSFORM variable, as it's not referenced
anymore.  Committed as obvious on trunk, 4.1 and 4.0 branches.

  Matthias


2006-04-22  Matthias Klose  <doko@debian.org>

	* Make-lang.in(treelang.check): Don't set and pass TRANSFORM.

Index: Make-lang.in
===================================================================
--- Make-lang.in	(revision 113194)
+++ Make-lang.in	(working copy)
@@ -1,7 +1,7 @@
 # Top level makefile fragment for TREELANG For GCC. -*- makefile -*-
 
-#   Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005
-#   Free Software Foundation, Inc.
+#   Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005,
+#   2006 Free Software Foundation, Inc.
 
 #This file is part of GCC.
 
@@ -288,7 +288,6 @@
 	srcdir=`cd ${srcdir}; ${PWD_COMMAND}` ; export srcdir ; \
 	cd testsuite; \
 	EXPECT=${EXPECT} ; export EXPECT ; \
-	TRANSFORM=$(program_transform_name); export TRANSFORM; \
 	if [ -f $${rootme}/../expect/expect ] ; then  \
 	   TCL_LIBRARY=`cd .. ; cd ${srcdir}/../tcl/library ; ${PWD_COMMAND}` ; \
 	   export TCL_LIBRARY ; fi ; \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]