Make-lang.in: Remove commented out code.
2005-02-26 James A. Morrison <phython@gcc.gnu.org> * Make-lang.in: Remove commented out code. * lang-specs.h: Always pass -dumpbase to tree1. From-SVN: r95577
This commit is contained in:
parent
4975073994
commit
03e3ca0d2b
@ -1,3 +1,8 @@
|
||||
2005-02-26 James A. Morrison <phython@gcc.gnu.org>
|
||||
|
||||
* Make-lang.in: Remove commented out code.
|
||||
* lang-specs.h: Always pass -dumpbase to tree1.
|
||||
|
||||
2005-02-25 James A. Morrrison <phython@gcc.gnu.org>
|
||||
|
||||
* treelang.texi: Remove extra contribution notice.
|
||||
|
@ -293,7 +293,6 @@ treelang.check: $(TESTSUITEDIR)/site.exp
|
||||
gcc_extras="-B`cd ..;${PWD_COMMAND}` -B`cd ..;${PWD_COMMAND}`/treelang"; export gcc_extras; \
|
||||
$(RUNTEST) --tool treelang $(RUNTESTFLAGS)
|
||||
rm $(srcdir)/testsuite/treelang/{a01gcco01runpgmerr,a01gcc.out01,a01gcc.out01err}
|
||||
# GCC_EXTRAS="$(GCC_EXTRAS)"; export GCC_EXTRAS; \
|
||||
|
||||
# copy the output files from the current test to source ie say the new results are OK
|
||||
treelang.check.fix: force
|
||||
|
@ -36,6 +36,7 @@ Boston, MA 02111-1307, USA. */
|
||||
{"@treelang",
|
||||
"tree1\
|
||||
%{!Q:-quiet}\
|
||||
-dumpbase %B \
|
||||
%{d*}\
|
||||
%{m*}\
|
||||
%{a}\
|
||||
|
Loading…
Reference in New Issue
Block a user