Am 12.12.2012 13:26, schrieb Roland Stigge:
> Hi,
> 
> regarding your request to use t-spe, I'm attaching two patches, for the
> unstable and experimental versions of gcc-4.7, respectively.
> 
> As written before, in Debian, t-spe wasn't included properly (only on
> some bsd variant). So doing it instead of t-linux in the powerpcspe
> case, when spe is present.
> 
> Further, the Debian specific patch (gcc-multiarch...) contained:
> 
> +MULTIARCH_DIRNAME = powerpc-linux-gnuspe$(if $(findstring
> rs6000/e500-double.h, $(tm_file)),,v1)
> 
> But unfortunately, tm_file isn't passed from the config script to the
> Makefile, resulting in MULTIARCH_DIRNAME = powerpc-linux-gnuspev1
> always. (I tested that tm_file is set correctly w/ e500-double.h, but
> not passed to the Makefile.)
> 
> Since we are only supporting powerpcspe (not powerpcspev1), I removed
> the respective $(if ...) also. It was the only reference to tm_file in
> the Makefiles (and broken anyway). In the unlikely event that someone
> needs a powerpcspev1 port, we can add it again (and need to pass tm_file
> to the Makefile also which wasn't done before).

that's wrong, using tm_file_list now.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50cb219d.5060...@debian.org

Reply via email to