qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH for-2.3? 1/7] tests/tcg: Fix test_path build


From: Alex Bennée
Subject: Re: [Qemu-devel] [PATCH for-2.3? 1/7] tests/tcg: Fix test_path build
Date: Mon, 13 Apr 2015 12:57:13 +0100

Andreas Färber <address@hidden> writes:

> tests/tcg/test_path.c incorporates source files that rely on GLib.
> Add GLIB_CFLAGS to QEMU_CFLAGS to fix the build.
>
> Signed-off-by: Andreas Färber <address@hidden>

Reviewed-by: Alex Bennée <address@hidden>

> ---
>  tests/tcg/Makefile | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/tests/tcg/Makefile b/tests/tcg/Makefile
> index 89e3342..64f661a 100644
> --- a/tests/tcg/Makefile
> +++ b/tests/tcg/Makefile
> @@ -10,6 +10,7 @@ CC_X86_64=$(CC_I386) -m64
>  QEMU_INCLUDES += -I../..
>  CFLAGS=-Wall -O2 -g -fno-strict-aliasing
>  #CFLAGS+=-msse2
> +QEMU_CFLAGS += $(GLIB_CFLAGS)
>  LDFLAGS=
>  
>  # TODO: automatically detect ARM and MIPS compilers, and run those too

-- 
Alex Bennée



reply via email to

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