]> git.baikalelectronics.ru Git - arm-tf.git/commit
Document CFLAGS make option
authorDouglas Raillard <douglas.raillard@arm.com>
Thu, 22 Jun 2017 14:03:50 +0000 (15:03 +0100)
committerDouglas Raillard <douglas.raillard@arm.com>
Wed, 28 Jun 2017 14:03:05 +0000 (15:03 +0100)
commitf7ad7a63c5d86d6e573ca40bbd159375c0642476
tree3be5e7501113a2ea636107b9833ad406a098cef2
parentc2b8806fb6e4f225bfb73b5378a31a9b96b0bd60
Document CFLAGS make option

CFLAGS content can be set on the command line to allow passing extra
options to the compiler. Its content is appended after the options set
by the Makefile (TF_CFLAGS).

The Makefiles must use TF_CFLAGS instead of CFLAGS, as the latter can be
completely overriden by setting it on the command line.

Also tell about LDFLAGS in the "Debugging options" section.

Change-Id: Iaf27b424002898ef3040133f78cb133983a37aee
Signed-off-by: Douglas Raillard <douglas.raillard@arm.com>
docs/user-guide.md