diff options
author | Gabriel Dos Reis <gdr@codesourcery.com> | 2000-11-27 10:01:52 +0000 |
---|---|---|
committer | Gabriel Dos Reis <gdr@gcc.gnu.org> | 2000-11-27 10:01:52 +0000 |
commit | f6b60eb426c435c77c73ae9b3bf1d13d76d704b1 (patch) | |
tree | b864aceeaf3889e17ccf4b1ba54157ed05557a80 | |
parent | 70b642b439cefbd0c90763f81fda1506fce659f6 (diff) | |
download | gcc-f6b60eb426c435c77c73ae9b3bf1d13d76d704b1.zip gcc-f6b60eb426c435c77c73ae9b3bf1d13d76d704b1.tar.gz gcc-f6b60eb426c435c77c73ae9b3bf1d13d76d704b1.tar.bz2 |
tests_flags.in: Update documentation to reflect the change below.
2000-11-27 Gabriel Dos Reis <gdr@codesourcery.com>
* tests_flags.in: Update documentation to reflect the change
below.
From-SVN: r37789
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/tests_flags.in | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d279ed1..88017f7 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2000-11-27 Gabriel Dos Reis <gdr@codesourcery.com> + + * tests_flags.in: Update documentation to reflect the change + below. + 2000-11-26 Benjamin Kosnik <bkoz@fillmore.constant.com> * tests_flags.in: Export CXX, CXXFLAGS. diff --git a/libstdc++-v3/tests_flags.in b/libstdc++-v3/tests_flags.in index d5215b9..74e24b4 100644 --- a/libstdc++-v3/tests_flags.in +++ b/libstdc++-v3/tests_flags.in @@ -21,8 +21,8 @@ # # Returns a colon-separated list of space-separated list of flags, # needed to run library specific tests, -# BUILD_DIR:SRC_DIR:PREFIX_DIR:LTCXX:LIBS:LTEXE the meaning of which -# is as follows: +# BUILD_DIR:SRC_DIR:PREFIX_DIR:LTCXX:LIBS:LTEXE:CXX:CXXFLAGS +# the meaning of which is as follows: # BUILD_DIR build-dir # SRC_DIR src-dir # PREFIX_DIR install-dir (meaningful only with --installed-library) |