summaryrefslogtreecommitdiff
path: root/config/target.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/target.in')
-rw-r--r--config/target.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/target.in b/config/target.in
index e848d30..b2f9430 100644
--- a/config/target.in
+++ b/config/target.in
@@ -228,4 +228,14 @@ config TARGET_CFLAGS
Leave blank if you don't know better.
+config TARGET_LDFLAGS
+ string
+ prompt "Target LDFLAGS"
+ default ""
+ help
+ Used to add specific options when linking libraries of the toolchain,
+ that will run on your target.
+
+ Leave blank if you don't know better.
+
endmenu