diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2013-11-09 11:44:30 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2013-11-09 11:44:30 +0000 |
commit | 80faf3781a131408a4bdb3b88bcded6e608134b0 (patch) | |
tree | de585c95fef53f45d4e9b92eece35039d64986e0 | |
parent | 98f5aea7aee324e9679cec1119bfeaf85ff5236f (diff) | |
download | gcc-47-80faf3781a131408a4bdb3b88bcded6e608134b0.tar.gz |
* Stop building libmudflap (removed in GCC 4.9).
git-svn-id: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.7@6999 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 13 | ||||
-rw-r--r-- | debian/rules.defs | 1 |
3 files changed, 3 insertions, 14 deletions
diff --git a/debian/changelog b/debian/changelog index 8bd905f..7bd552b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ gcc-4.7 (4.7.3-9) UNRELEASED; urgency=low * Update to SVN 20131109 (r204613) from the gcc-4_7-branch. + * Stop building libmudflap (removed in GCC 4.9). - -- Matthias Klose <doko@18xx.org> Sat, 09 Nov 2013 12:33:32 +0100 + -- Matthias Klose <doko@debian.org> Sat, 09 Nov 2013 12:33:32 +0100 gcc-4.7 (4.7.3-8) unstable; urgency=low diff --git a/debian/control b/debian/control index 7ef2e93..c799603 100644 --- a/debian/control +++ b/debian/control @@ -208,19 +208,6 @@ Description: GNU C++ compiler (multilib files) On architectures with multilib support, the package contains files and dependencies for the non-default multilib architecture(s). -Package: libmudflap0-4.7-dev -Architecture: any -Section: libdevel -Priority: optional -Depends: gcc-4.7-base (= ${gcc:Version}), libmudflap0 (>= ${gcc:Version}), ${dep:libcdev}, ${shlibs:Depends}, ${misc:Depends} -Suggests: ${sug:libmudflapdev} -Conflicts: libmudflap0-dev -Description: GCC mudflap support libraries (development files) - The libmudflap libraries are used by GCC for instrumenting pointer and array - dereferencing operations. - . - This package contains the headers and the static libraries. - Package: gobjc++-4.7 Architecture: any Priority: optional diff --git a/debian/rules.defs b/debian/rules.defs index 1743316..a5449f7 100644 --- a/debian/rules.defs +++ b/debian/rules.defs @@ -934,6 +934,7 @@ mudflap_no_archs = arm64 ifneq (,$(filter $(DEB_TARGET_ARCH),$(mudflap_no_archs))) with_mudflap := endif +with_mudflap := # gomp -------------------- with_gomp := yes |