Add C++11 support to the build system
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 18 Nov 2020 16:22:56 +0000 (11:22 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 1 Dec 2020 16:53:25 +0000 (11:53 -0500)
Add C++11 support in preparation to the addition of C++ sources in the
plugins.

Automake uses the following variables for C++ files:

  * AM_CPPFLAGS / CPPFLAGS: Preprocessor flags
  * AM_CXXFLAGS / CXXFLAGS: C++ compiler flags
  * AM_LDFLAGS  / LDFLAGS:  Linker flags

Change-Id: Ib9d1ce4b7853981c441e1c31460fd24579fa97ea
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/4413
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>

No differences found
This page took 0.025709 seconds and 4 git commands to generate.