Gentoo Archives: gentoo-dev

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] qemu/qemu-user changes
Date: Tue, 28 Feb 2012 17:28:08
Message-Id: 20120228203147.2ac5bb84@sf.home
In Reply to: Re: [gentoo-dev] qemu/qemu-user changes by Luca Barbato
1 > >> I'd add a new ebuild for qemu-user that is always static, with a
2 > >> initscript to ease having the binfmt set up, it will be close
3 > >> resembiling the ebuild qemu-user-static from sabayon and not colliding
4 > >> with qemu.
5 > >
6 > > could you please add target useflags (like the other qemu ebuilds offer)
7 > > as most users aren't interested in more than one or two target platforms
8 > > (e.g. I only need arm) and afaik building them all takes a lot of time...
9 >
10 > Done, now I need to test it a little and make sure the initscript works
11 > as supposed.
12
13 As for compilation times it can be greatly reduced [1]
14 just by dropping -g by default (sits in -9999 ebuild):
15
16 sed -e 's/CFLAGS="-g $CFLAGS"/CFLAGS="$CFLAGS"/g' \
17 -i configure || die
18
19 BTW, there is qemu-1.0.1 out.
20
21 [1]: http://bugs.gentoo.org/355861 (qemu OOMs on gcc-4.5)
22
23 --
24
25 Sergei

Attachments

File name MIME type
signature.asc application/pgp-signature