Jonathan Nieder dixit:

>I've put up a demo at
>
> http://alioth.debian.org/~jrnieder-guest/temp/binutils-cross-demo.tar.gz

No. Cross binutils are built using the documentation from
https://wiki.debian.org/BuildingCrossCompilers which show
that the stock binutils Debian source package already has
this functionality. So something like below can easily be
used, and no extra source package is ever needed.

tg@zigo:~ $ cat bBinutils
#!/bin/sh
set -x
TARGET=m68k-linux-gnu
export TARGET
exec sudo eatmydata cowbuilder --debbuildopts -b --build "$@"


(That said, regarding pcc, I’ll retire the multi-target
ability in the next upload until we can have arch:all
packages with a specific build architecture – the current
hack is not nice, and multiarch doesn’t solve it either,
especially as you’re not allowed to depend on specific
architectures’ packages.)

bye,
//mirabilos
-- 
Support mksh as /bin/sh and RoQA dash NOW!
‣ src:bash (241 (259) bugs: 0 RC, 168 (182) I&N, 73 (77) M&W, 0 F&P)
‣ src:dash (71 (81) bugs: 3 RC, 27 (30) I&N, 41 (48) M&W, 0 F&P)
‣ src:mksh (1 bug: 0 RC, 0 I&N, 1 M&W, 0 F&P)
http://qa.debian.org/data/bts/graphs/d/dash.png is pretty red, innit?



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to