Adjust compiler flag variables

In order to pass additional compiler flags while still keeping the required
flags intact (-pthread for example), we add a local set of flags on top of the
exsiting CFLAGS.

2019-01-11  Luis Machado  <luis.machado@linaro.org>

	* Test.mk (CFLAGS): Set to "-g -Wall"
	(FLAGS): New variable. Set to -pthread.
	Document variables.
	($(EXEC): Use FLAGS.

Signed-off-by: Luis Machado <luis.machado@linaro.org>
1 file changed