Re: [Qemu-devel] [PATCH 1/3 v2] bsd-user: Revert part of update to rules.mk

2014-06-16 Thread Peter Maydell
On 16 June 2014 15:15, Paolo Bonzini wrote: > but the other question is: do we care about static linking of anything > except the user-mode emulators? Should --static automatically imply > --disable-tools --disable-system? It's certainly tempting. No doubt somebody somewhere is using the statica

Re: [Qemu-devel] [PATCH 1/3 v2] bsd-user: Revert part of update to rules.mk

2014-06-16 Thread Sean Bruno
On Mon, 2014-06-16 at 16:15 +0200, Paolo Bonzini wrote: > Il 16/06/2014 15:58, Sean Bruno ha scritto: > > On Mon, 2014-06-16 at 06:55 -0700, Sean Bruno wrote: > Sean, could you show the configure command line? > >>> > >>> Also please attach the "make V=1" output and config-host.mak file. > >>>

Re: [Qemu-devel] [PATCH 1/3 v2] bsd-user: Revert part of update to rules.mk

2014-06-16 Thread Paolo Bonzini
Il 16/06/2014 15:58, Sean Bruno ha scritto: On Mon, 2014-06-16 at 06:55 -0700, Sean Bruno wrote: Sean, could you show the configure command line? Also please attach the "make V=1" output and config-host.mak file. Paolo I'm using: ./configure --static --target-list="i386-bsd-user sparc-b

Re: [Qemu-devel] [PATCH 1/3 v2] bsd-user: Revert part of update to rules.mk

2014-06-16 Thread Sean Bruno
On Mon, 2014-06-16 at 06:55 -0700, Sean Bruno wrote: > > > Sean, could you show the configure command line? > > > > Also please attach the "make V=1" output and config-host.mak file. > > > > Paolo > > > > > > I'm using: > > ./configure --static --target-list="i386-bsd-user sparc-bsd-user > s

Re: [Qemu-devel] [PATCH 1/3 v2] bsd-user: Revert part of update to rules.mk

2014-06-16 Thread Sean Bruno
> > Sean, could you show the configure command line? > > Also please attach the "make V=1" output and config-host.mak file. > > Paolo > > I'm using: ./configure --static --target-list="i386-bsd-user sparc-bsd-user sparc64-bsd-user x86_64-bsd-user" Log: http://people.freebsd.org/~sbruno/qe

Re: [Qemu-devel] [PATCH 1/3 v2] bsd-user: Revert part of update to rules.mk

2014-06-16 Thread Paolo Bonzini
Il 16/06/2014 11:12, Fam Zheng ha scritto: On Mon, 06/16 08:36, Peter Maydell wrote: On 15 June 2014 21:47, Sean Bruno wrote: In c5cb1afc4675bf5ff66e7a149d2a8cffba2eaa9e rules.mk change was causing complete failure on bsd-user when not using --disable-curl Signed-off-by: Sean Bruno --- rule

Re: [Qemu-devel] [PATCH 1/3 v2] bsd-user: Revert part of update to rules.mk

2014-06-16 Thread Fam Zheng
On Mon, 06/16 08:36, Peter Maydell wrote: > On 15 June 2014 21:47, Sean Bruno wrote: > > In c5cb1afc4675bf5ff66e7a149d2a8cffba2eaa9e rules.mk change was causing > > complete failure on bsd-user when not using --disable-curl > > > > Signed-off-by: Sean Bruno > > --- > > rules.mak | 3 ++- > > 1 f

Re: [Qemu-devel] [PATCH 1/3 v2] bsd-user: Revert part of update to rules.mk

2014-06-16 Thread Peter Maydell
On 15 June 2014 21:47, Sean Bruno wrote: > In c5cb1afc4675bf5ff66e7a149d2a8cffba2eaa9e rules.mk change was causing > complete failure on bsd-user when not using --disable-curl > > Signed-off-by: Sean Bruno > --- > rules.mak | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git

[Qemu-devel] [PATCH 1/3 v2] bsd-user: Revert part of update to rules.mk

2014-06-15 Thread Sean Bruno
In c5cb1afc4675bf5ff66e7a149d2a8cffba2eaa9e rules.mk change was causing complete failure on bsd-user when not using --disable-curl Signed-off-by: Sean Bruno --- rules.mak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules.mak b/rules.mak index dde8e00..4a33c27 100644 ---