diff options
author | Gabriel Dos Reis <gdr@codesourcery.com> | 2000-11-29 03:54:39 +0000 |
---|---|---|
committer | Gabriel Dos Reis <gdr@gcc.gnu.org> | 2000-11-29 03:54:39 +0000 |
commit | a45a172a3668e08e5700155dd564029c95b6377a (patch) | |
tree | f87f7da0f7424c042eed1c54b14bb327238072c8 /libstdc++-v3/mkcheck.in | |
parent | 4bec9f7d6aef7b3d522d157f1daf368104616447 (diff) | |
download | gcc-a45a172a3668e08e5700155dd564029c95b6377a.tar.gz |
tests_flags (SH_FLAGS, ST_FLAGS): Move them back to ...
* tests_flags (SH_FLAGS, ST_FLAGS): Move them back to ...
* mkcheck.in (SH_FLAGS, ST_FLAGS): ...here
From-SVN: r37839
Diffstat (limited to 'libstdc++-v3/mkcheck.in')
-rwxr-xr-x | libstdc++-v3/mkcheck.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++-v3/mkcheck.in b/libstdc++-v3/mkcheck.in index e27c4cca387..83508e793e5 100755 --- a/libstdc++-v3/mkcheck.in +++ b/libstdc++-v3/mkcheck.in @@ -56,6 +56,13 @@ set `./tests_flags ${query} $*` || exit 1 BUILD_DIR=$1; SRC_DIR=$2; PREFIX_DIR=$3; LTCXX=$4; LIBS=$5; LTEXE=$6; CXX=$7; CXXFLAGS=$8; IFS=$saved_ifs +# specific libtool flag(s) to force the use of shared libraries, if any +SH_FLAGS= + +# specific libtool flag(s) to force the use of static libraries, if any +ST_FLAGS="-static" +#ST_FLAGS="-all-static" + # Set up the testing directory, which should be in a directory called # "testsuite" in the root level of the build directory. TEST_DIR="`pwd`/testsuite" |