summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2017-03-15 10:44:04 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-03-24 08:21:26 +0100
commit51fa7e25e9f662fa9949adbd1e72dbf581958e74 (patch)
tree8c2a24a9c1187528a08acd4c8d6bd76310fe38cd /platforms
parentcb26a85410b0c6cc9bb4a769c46fb638861372d2 (diff)
downloadptxdist-51fa7e25e9f662fa9949adbd1e72dbf581958e74.tar.gz
ptxdist-51fa7e25e9f662fa9949adbd1e72dbf581958e74.tar.xz
Toolchain: add help for the "store compiler flags" menu entry
Just add some words how to make use of this option. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/toolchain_options.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/platforms/toolchain_options.in b/platforms/toolchain_options.in
index f8c231f7d..5593720b3 100644
--- a/platforms/toolchain_options.in
+++ b/platforms/toolchain_options.in
@@ -74,6 +74,10 @@ config TARGET_COMPILER_RECORD_SWITCHES
bool
prompt "store compiler flags (-frecord-gcc-switches)"
default y
+ help
+ Can be read with the 'readelf' tool from the used toolchain and the
+ command line option '-p .GCC.command.line' on any object file or
+ the corresponding .debug/.<whatever>.dbg file.
config TARGET_EXTRA_CPPFLAGS
string