Re: [Xen-devel] [PATCH] stubdom: fix stubdom-vtpm build

2016-10-31 Thread Juergen Gross
On 31/10/16 08:55, Jan Beulich wrote: On 28.10.16 at 17:10, wrote: >> stubdom-vtpm needs gmp and expects it under >> stubdom/cross-root-x86_64/x86_64-xen-elf/lib while gmp seems to install >> it under stubdom/cross-root-x86_64/x86_64-xen-elf/lib64 > > Are you sure this is universal, rather d

Re: [Xen-devel] [PATCH] stubdom: fix stubdom-vtpm build

2016-10-31 Thread Jan Beulich
>>> On 28.10.16 at 17:10, wrote: > stubdom-vtpm needs gmp and expects it under > stubdom/cross-root-x86_64/x86_64-xen-elf/lib while gmp seems to install > it under stubdom/cross-root-x86_64/x86_64-xen-elf/lib64 Are you sure this is universal, rather dependent upon some (possibly even host) config

[Xen-devel] [PATCH] stubdom: fix stubdom-vtpm build

2016-10-28 Thread Juergen Gross
stubdom-vtpm needs gmp and expects it under stubdom/cross-root-x86_64/x86_64-xen-elf/lib while gmp seems to install it under stubdom/cross-root-x86_64/x86_64-xen-elf/lib64 Modify the Makefile to account for this by moving the gmp.a file from lib64 to lib if necessary. Signed-off-by: Juergen Gross