qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/3] build-sys: Exclude empty object files when


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 0/3] build-sys: Exclude empty object files when linking libqemuutil.a
Date: Wed, 3 Sep 2014 12:49:34 +0100

On 3 September 2014 04:44, Fam Zheng <address@hidden> wrote:
> On Mac OS X, ranlib complains on a few empty objects:
>
>   AR    libqemuutil.a
>   
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
>   file: libqemuutil.a(generated-tracers.o) has no symbols
>   
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
>   file: libqemuutil.a(host-utils.o) has no symbols
>   
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
>   file: libqemuutil.a(getauxval.o) has no symbols
>
> This series fixes the warnings.
>
> Fam
>
> Fam Zheng (3):
>   trace: Only link generated-tracers.o with "simple" backend
>   util: Move general qemu_getauxval to util/getauxval.c
>   util: Don't link host-utils.o if it's empty

Series
Reviewed-by: Peter Maydell <address@hidden>

This fixes both the ranlib warnings and the ones from nm
that your new patch was producing. Thanks!

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]