aboutsummaryrefslogtreecommitdiff
path: root/contrib/test_installed
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2000-10-08 19:39:27 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2000-10-08 19:39:27 +0100
commit6f298a0a2d021d79f1039dc35ddd0c93dd8913cf (patch)
treeca652ebf46abe8a4acdec6e7df4cf3249ef42ae9 /contrib/test_installed
parent7b7de7c0ba9c3478c3feeac9bef5ac190571cc84 (diff)
downloadgcc-6f298a0a2d021d79f1039dc35ddd0c93dd8913cf.zip
gcc-6f298a0a2d021d79f1039dc35ddd0c93dd8913cf.tar.gz
gcc-6f298a0a2d021d79f1039dc35ddd0c93dd8913cf.tar.bz2
* test_installed: Change EGCS references to refer to GCC.
From-SVN: r36788
Diffstat (limited to 'contrib/test_installed')
-rwxr-xr-xcontrib/test_installed8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/test_installed b/contrib/test_installed
index e7814d2..1ef27bf 100755
--- a/contrib/test_installed
+++ b/contrib/test_installed
@@ -1,17 +1,17 @@
#! /bin/sh
-# (C) 1998 Free Software Foundation
+# (C) 1998, 2000 Free Software Foundation
# Originally by Alexandre Oliva <oliva@dcc.unicamp.br>
# This script is Free Software, and it can be copied, distributed and
# 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
-# 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.
# If you move it elsewhere, or want to use another testsuite tree, you
-# can override the defaults with --srcdir=/some/dir/egcs or
-# --testsuite=/some/dir/egcs/gcc/testsuite. If you specify
+# can override the defaults with --srcdir=/some/dir/GCC or
+# --testsuite=/some/dir/GCC/gcc/testsuite. If you specify
# --testsuite, --srcdir will be ignored; otherwise, `/gcc/testsuite'
# will be appended to the srcdir.