Re: [Qemu-devel] [PATCH v2 4/5] ./configure: accept stems to match a range of targets

2016-03-24 Thread Sergey Fedorov
24 марта 2016 г. 19:20 "Alex Bennée" : > Sergey Fedorov writes: > > On 24/03/16 19:05, Alex Bennée wrote: > >> Sergey Fedorov writes: > >> > >>> On 24/03/16 15:05, Alex Bennée wrote: > Sergey Fedorov

Re: [Qemu-devel] [PATCH v2 4/5] ./configure: accept stems to match a range of targets

2016-03-24 Thread Alex Bennée
Sergey Fedorov writes: > On 24/03/16 19:05, Alex Bennée wrote: >> Sergey Fedorov writes: >> >>> On 24/03/16 15:05, Alex Bennée wrote: Sergey Fedorov writes: > On 23/03/16 20:20, Alex Bennée wrote: >> diff

Re: [Qemu-devel] [PATCH v2 4/5] ./configure: accept stems to match a range of targets

2016-03-24 Thread Sergey Fedorov
On 24/03/16 19:05, Alex Bennée wrote: > Sergey Fedorov writes: > >> On 24/03/16 15:05, Alex Bennée wrote: >>> Sergey Fedorov writes: >>> On 23/03/16 20:20, Alex Bennée wrote: > diff --git a/configure b/configure > index b88d0db..ebf8a42

Re: [Qemu-devel] [PATCH v2 4/5] ./configure: accept stems to match a range of targets

2016-03-24 Thread Alex Bennée
Sergey Fedorov writes: > On 24/03/16 15:05, Alex Bennée wrote: >> Sergey Fedorov writes: >> >>> On 23/03/16 20:20, Alex Bennée wrote: diff --git a/configure b/configure index b88d0db..ebf8a42 100755 --- a/configure +++ b/configure

Re: [Qemu-devel] [PATCH v2 4/5] ./configure: accept stems to match a range of targets

2016-03-24 Thread Sergey Fedorov
On 24/03/16 15:05, Alex Bennée wrote: > Sergey Fedorov writes: > >> On 23/03/16 20:20, Alex Bennée wrote: >>> diff --git a/configure b/configure >>> index b88d0db..ebf8a42 100755 >>> --- a/configure >>> +++ b/configure >>> @@ -1246,7 +1246,8 @@ Standard options: >>>

Re: [Qemu-devel] [PATCH v2 4/5] ./configure: accept stems to match a range of targets

2016-03-24 Thread Alex Bennée
Sergey Fedorov writes: > On 23/03/16 20:20, Alex Bennée wrote: >> diff --git a/configure b/configure >> index b88d0db..ebf8a42 100755 >> --- a/configure >> +++ b/configure >> @@ -1246,7 +1246,8 @@ Standard options: >>--target-list=LIST set target list (default:

Re: [Qemu-devel] [PATCH v2 4/5] ./configure: accept stems to match a range of targets

2016-03-24 Thread Sergey Fedorov
On 23/03/16 20:20, Alex Bennée wrote: > diff --git a/configure b/configure > index b88d0db..ebf8a42 100755 > --- a/configure > +++ b/configure > @@ -1246,7 +1246,8 @@ Standard options: >--target-list=LIST set target list (default: build everything) > $(echo Available targets:

[Qemu-devel] [PATCH v2 4/5] ./configure: accept stems to match a range of targets

2016-03-23 Thread Alex Bennée
This is useful if you want to build all targets of a given architecture or type. A simple submatch to an real target will add it to the list. Signed-off-by: Alex Bennée --- configure | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git