[lttng-dev] [PATCH] Use cross compiler for doc exemples too
Mathieu Desnoyers
mathieu.desnoyers at efficios.com
Thu Oct 31 07:38:52 EDT 2013
----- Original Message -----
> From: "Cristiana Voicu" <cristiana.voicu at intel.com>
> To: lttng-dev at lists.lttng.org
> Cc: "Cristiana Voicu" <cristiana.voicu at intel.com>
> Sent: Thursday, October 31, 2013 4:10:44 AM
> Subject: [lttng-dev] [PATCH] Use cross compiler for doc exemples too
Renaming the title from "exemples" to "examples". Other than that, all good, thanks!
Merging into urcu master and stable-0.8.
Mathieu
>
> Signed-off-by: Cristiana Voicu <cristiana.voicu at intel.com>
>
> Index: userspace-rcu-0.8.0/doc/examples/Makefile.examples.template
> ===================================================================
> --- userspace-rcu-0.8.0.orig/doc/examples/Makefile.examples.template
> 2013-08-30 21:25:20.000000000 +0300
> +++ userspace-rcu-0.8.0/doc/examples/Makefile.examples.template 2013-10-23
> 13:34:30.405550556 +0300
> @@ -11,7 +11,9 @@
> #
> # This makefile is purposefully kept simple to support GNU and BSD make.
>
> +ifndef CC
> CC = gcc
> +endif
> CFLAGS = -g -O2 -Wall
>
> all: $(BINARY)
>
> _______________________________________________
> lttng-dev mailing list
> lttng-dev at lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
>
--
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com
More information about the lttng-dev
mailing list