diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2014-01-12 09:57:52 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2014-01-12 09:57:52 +0000 |
commit | 7cae55475ca52ffeb36fa54c38ce4c1d747ca987 (patch) | |
tree | 48e56345a121f432238014430b01e2545b1ea114 | |
parent | 67b488d29fcb5fdc1a51b799bbb76993f18f33ca (diff) | |
download | gcc-47-7cae55475ca52ffeb36fa54c38ce4c1d747ca987.tar.gz |
* Stop building the spu cross compiler, apparently newlib is now
maintained by an ARM only maintainer. Closes: #734002.
git-svn-id: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.7@7114 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/rules.conf | 1 | ||||
-rw-r--r-- | debian/rules.defs | 1 |
4 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 6fa5c84..9c4d244 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ gcc-4.7 (4.7.3-10) UNRELEASED; urgency=low * Update to SVN 20140112 (r206563) from the gcc-4_7-branch. - [ Matthias Klose ] + [ Matthias Klose ] * Configure --with-long-double-128 on powerpcspe. Closes: #731141. + * Stop building the spu cross compiler, apparently newlib is now + maintained by an ARM only maintainer. Closes: #734002. [ Aurelien Jarno ] * patches/note-gnu-stack.diff: restore and rebase lost parts. diff --git a/debian/control b/debian/control index c799603..d7aa702 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 5.0.62), gcc-4.8-base, binutils-hppa64 (>= 2.22) [hppa], gperf (>= 3.0.1), bison (>= 1:2.3), flex, gettext, texinfo (>= 4.3), sharutils, - procps, netbase, binutils-spu (>= 2.22) [powerpc ppc64], newlib-spu (>= 1.16.0) [powerpc ppc64], + procps, netbase, libcloog-ppl-dev (>= 0.15.11), libmpc-dev (>= 1.0), libmpfr-dev (>= 3.0.0-9~), libgmp-dev (>= 2:5.0.1~), dejagnu [!m68k !hurd-i386 !hurd-alpha], autogen, realpath (>= 1.9.12), chrpath, lsb-release, quilt Build-Depends-Indep: doxygen (>= 1.7.2), graphviz (>= 2.2), ghostscript, texlive-latex-base, xsltproc, libxml2-utils, docbook-xsl-ns, diff --git a/debian/rules.conf b/debian/rules.conf index 63d881e..fe6371a 100644 --- a/debian/rules.conf +++ b/debian/rules.conf @@ -440,6 +440,7 @@ endif SPU_BUILD_DEP := binutils-spu (>= $(BINUTILSBDV)) [powerpc ppc64], newlib-spu (>= 1.16.0) [powerpc ppc64], gcc-$(BASE_VERSION)-base [powerpc ppc64], SPU_BUILD_DEP := binutils-spu (>= $(BINUTILSBDV)) [powerpc ppc64], newlib-spu (>= 1.16.0) [powerpc ppc64], +SPU_BUILD_DEP := # FIXME: needs zlib? GO_BUILD_DEP := g++-4.6, diff --git a/debian/rules.defs b/debian/rules.defs index a5449f7..301489d 100644 --- a/debian/rules.defs +++ b/debian/rules.defs @@ -1086,6 +1086,7 @@ else with_spu := yes endif endif + with_spu := now disabled, newlib now maintained by an arm only maintainer ifeq ($(spu_no_snap)-$(trunk_build),yes-yes) with_spu := disabled for snapshot build endif |