Re: [PATCH 2/2] [PATCH] Documentation: update vDSO makefile to build portable examples

From: Randy Dunlap
Date: Mon Sep 15 2014 - 15:20:53 EST


On 09/08/14 15:55, Peter Foley wrote:
> Signed-off-by: Peter Foley <pefoley2@xxxxxxxxxxx>

Applied. Thanks.

> ---
> Documentation/vDSO/Makefile | 9 ++++++---
> 1 file changed, 6 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/vDSO/Makefile b/Documentation/vDSO/Makefile
> index 6cbd612..d87bb29 100644
> --- a/Documentation/vDSO/Makefile
> +++ b/Documentation/vDSO/Makefile
> @@ -1,9 +1,12 @@
> # List of programs to build
> -hostprogs-$(CONFIG_X86) := vdso_test
> +hostprogs-y := vdso_test
> +hostprogs-$(CONFIG_X86) := vdso_standalone_test_x86
> +vdso_standalone_test_x86-objs := vdso_standalone_test_x86.o parse_vdso.o
> vdso_test-objs := parse_vdso.o vdso_test.o
>
> # Tell kbuild to always build the programs
> -##always := $(hostprogs-y)
> +always := $(hostprogs-y)
>
> HOSTCFLAGS := -I$(objtree)/usr/include -std=gnu99
> -HOSTLDFLAGS = -nostdlib -fno-asynchronous-unwind-tables
> +HOSTCFLAGS_vdso_standalone_test_x86.o := -fno-asynchronous-unwind-tables -fno-stack-protector
> +HOSTLOADLIBES_vdso_standalone_test_x86 := -nostdlib
>


--
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/