]> gcc.gnu.org Git - gcc.git/commitdiff
tests_flags (SH_FLAGS, ST_FLAGS): Move them back to ...
authorGabriel Dos Reis <gdr@codesourcery.com>
Wed, 29 Nov 2000 03:54:39 +0000 (03:54 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Wed, 29 Nov 2000 03:54:39 +0000 (03:54 +0000)
* tests_flags (SH_FLAGS, ST_FLAGS): Move them back to ...
* mkcheck.in (SH_FLAGS, ST_FLAGS): ...here

From-SVN: r37839

libstdc++-v3/ChangeLog
libstdc++-v3/mkcheck.in
libstdc++-v3/tests_flags.in

index c8737338f194c9b554f349d814d84daa5ad2c62d..fd18cf9b1c8e74916c5bd1bd2b0a43413fcd61af 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-29  Gabriel Dos Reis  <gdr@codesourcery.com>
+
+       * tests_flags (SH_FLAGS, ST_FLAGS): Move them back to ...
+       * mkcheck.in (SH_FLAGS, ST_FLAGS): ...here
+
 2000-11-29  Gabriel Dos Reis  <gdr@codesourcery.com>
 
        * src/Makefile.am (sources): Add bitset.cc
index e27c4cca38760a208898976532bbd2786cebdc20..83508e793e594832c3d019967fa8007a68faf183 100755 (executable)
@@ -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"
index b44bb8c90d9458fa74048a6579f9074bd09e2c47..3de5b4efb16f7047948998db0c4d63e2cc22544f 100644 (file)
@@ -146,13 +146,6 @@ esac
 # but thst's really meant for building the library itself, not using it)
 CXXFLAGS="-ggdb3 -DDEBUG_ASSERT @SECTION_FLAGS@ @SECTION_LDFLAGS@"
 
-# 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"
-
 # LTCXX == how to call libtool when creating an executable
 # LIBS == any extra needed -l switches, etc (may need more libs, lose lose)
 case ${query} in
This page took 0.072008 seconds and 5 git commands to generate.