diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2013-07-15 10:43:17 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2013-07-15 10:43:17 +0000 |
commit | d9b7120641671686ebf742ef56ea288fe765e042 (patch) | |
tree | 49cb91ca223b4df53d56e1bbedbfe2f45490b127 | |
parent | 8ca6205a61bf286f54e4470c8df90c9babbd548d (diff) | |
download | gcc-47-d9b7120641671686ebf742ef56ea288fe765e042.tar.gz |
- Disable running the testsuite with the installed gcc
git-svn-id: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.7@6914 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
-rw-r--r-- | debian/rules2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules2 b/debian/rules2 index 6414194..6d7e9eb 100644 --- a/debian/rules2 +++ b/debian/rules2 @@ -1408,7 +1408,7 @@ $(check_stamp): $(build_stamp) $(build_locale_stamp) ln -sf gcc $(builddir)/prev-gcc ln -sf $(DEB_TARGET_GNU_TYPE) $(builddir)/prev-$(DEB_TARGET_GNU_TYPE) -ifneq ($(with_common_libs),yes) +ifneq ($(with_common_libs),yesDISABLED) ifeq ($(with_cxx),yes) : # libstdc++6 built from newer gcc-4.x source, run testsuite against the installed lib |