mirror of git://gcc.gnu.org/git/gcc.git
* test_installed: Change EGCS references to refer to GCC.
From-SVN: r36788
This commit is contained in:
parent
7b7de7c0ba
commit
6f298a0a2d
|
@ -1,3 +1,7 @@
|
||||||
|
2000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
|
||||||
|
|
||||||
|
* test_installed: Change EGCS references to refer to GCC.
|
||||||
|
|
||||||
2000-09-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
|
2000-09-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
|
||||||
|
|
||||||
* gcc_update (touch_files): Add some informative output.
|
* gcc_update (touch_files): Add some informative output.
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
# (C) 1998 Free Software Foundation
|
# (C) 1998, 2000 Free Software Foundation
|
||||||
# Originally by Alexandre Oliva <oliva@dcc.unicamp.br>
|
# Originally by Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||||
|
|
||||||
# This script is Free Software, and it can be copied, distributed and
|
# This script is Free Software, and it can be copied, distributed and
|
||||||
# modified as defined in the GNU General Public License. A copy of
|
# modified as defined in the GNU General Public License. A copy of
|
||||||
# its license can be downloaded from http://www.gnu.org/copyleft/gpl.html
|
# its license can be downloaded from http://www.gnu.org/copyleft/gpl.html
|
||||||
|
|
||||||
# This scripts assumes it lives in the contrib directory of the egcs
|
# This scripts assumes it lives in the contrib directory of the GCC
|
||||||
# source tree, so it will find the testsuite tree from its location.
|
# source tree, so it will find the testsuite tree from its location.
|
||||||
# If you move it elsewhere, or want to use another testsuite tree, you
|
# If you move it elsewhere, or want to use another testsuite tree, you
|
||||||
# can override the defaults with --srcdir=/some/dir/egcs or
|
# can override the defaults with --srcdir=/some/dir/GCC or
|
||||||
# --testsuite=/some/dir/egcs/gcc/testsuite. If you specify
|
# --testsuite=/some/dir/GCC/gcc/testsuite. If you specify
|
||||||
# --testsuite, --srcdir will be ignored; otherwise, `/gcc/testsuite'
|
# --testsuite, --srcdir will be ignored; otherwise, `/gcc/testsuite'
|
||||||
# will be appended to the srcdir.
|
# will be appended to the srcdir.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue