summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-04-19 08:25:49 (GMT)
committerChris Packham <judge.packham@gmail.com>2021-04-19 08:25:49 (GMT)
commite27def9d3bcc077912f89a6e23d66057c0b97f45 (patch)
tree812f2486d35b1490eadc90c0385e22d0714a94c2 /config
parentd01672ee0ee529296d9909da48a97a997580a670 (diff)
parent8e9963941902e0e1ab553761dfb460fa32091740 (diff)
Merge branch 'newlib-nano-target' of git://github.com/galak/crosstool-ng
Diffstat (limited to 'config')
-rw-r--r--config/comp_libs/newlib-nano.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/comp_libs/newlib-nano.in b/config/comp_libs/newlib-nano.in
index 0138a7f..0d80c89 100644
--- a/config/comp_libs/newlib-nano.in
+++ b/config/comp_libs/newlib-nano.in
@@ -18,6 +18,17 @@ config NEWLIB_NANO_GCC_LIBSTDCXX
This option compiles an additional target libstdc++ for use with
newlib-nano.
+config NEWLIB_NANO_INSTALL_IN_TARGET
+ bool
+ prompt "Additionally install newlib-nano libs into TARGET dir"
+ help
+ This option will install a copy of newlib-nano lib*.a file in the target
+ dir but renamed with a nano.a suffix (eg: libc_nano.a) as some default
+ nano.spec files from newlib expect this setup.
+
+ Additionally the newlib-nano version of newlib.h will get copied to
+ include/newlib-nano/newlib.h.
+
# maybe older versions of newlib will support it too, but this
# needs to be checked
config NEWLIB_NANO_CXA_ATEXIT