summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDouglas Raillard <douglas.raillard@arm.com>2017-06-22 14:44:48 +0100
committerDouglas Raillard <douglas.raillard@arm.com>2017-06-28 15:03:05 +0100
commitc2b8806fb6e4f225bfb73b5378a31a9b96b0bd60 (patch)
tree82c306c03623c2d2cce966d48d1314e4bfbadf1e /docs
parent6bf362496933a7795273d8cac1bbdd2966dfab33 (diff)
Introduce TF_LDFLAGS
Use TF_LDFLAGS from the Makefiles, and still append LDFLAGS as well to the compiler's invocation. This allows passing extra options from the make command line using LDFLAGS. Document new LDFLAGS Makefile option. Change-Id: I88c5ac26ca12ac2b2d60a6f150ae027639991f27 Signed-off-by: Douglas Raillard <douglas.raillard@arm.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/user-guide.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/user-guide.md b/docs/user-guide.md
index 1a07954a..0e9da35d 100644
--- a/docs/user-guide.md
+++ b/docs/user-guide.md
@@ -385,6 +385,9 @@ performed.
AArch64 and facilitates the loading of `SP_MIN` and BL33 as AArch32 executable
images.
+* `LDFLAGS`: Extra user options appended to the linkers' command line in
+ addition to the one set by the build system.
+
* `LOAD_IMAGE_V2`: Boolean option to enable support for new version (v2) of
image loading, which provides more flexibility and scalability around what
images are loaded and executed during boot. Default is 0.