diff options
Diffstat (limited to 'config/target.in')
-rw-r--r-- | config/target.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/target.in b/config/target.in index e848d301..b2f94301 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 |