summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2016-05-15 12:26:01 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-05-15 19:05:56 +0200
commitf9d311edc633717428376fb401e96d42ebd8738a (patch)
tree9d9786f381b19f10a22052022a580e6044159a92 /Config.in
parent3e7d9a73b91881e2f08a7e493ca9ca6efb33d78e (diff)
toolchain: update paranoid unsafe path comment
Since 919c06c28295f19ca49459b98d8954148b381360 the calls to gcc always pass through the toolchain wrapper and all gcc patches to support poisoning has been removed. Update the BR2_COMPILER_PARANOID_UNSAFE_PATH comment. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index b5cc892cc..9bc8e5193 100644
--- a/Config.in
+++ b/Config.in
@@ -694,8 +694,8 @@ config BR2_COMPILER_PARANOID_UNSAFE_PATH
unsafe paths are encountered.
Note that this mechanism is available for both the internal
- toolchain (through gcc and binutils patches) and external
- toolchain backends (through the external toolchain wrapper).
+ toolchain (through the toolchain wrapper and binutils patches)
+ and external toolchain backends (through the toolchain wrapper).
endmenu