diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-07 11:11:28 -0500 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-07 11:11:28 -0500 |
| commit | 4460dd0ba7005289d3224442faf870e59e1e2f86 (patch) | |
| tree | 8103075c03f5220cb972d6d6148d519214e6e643 /target/config/Config.in.libc.default | |
| parent | 06395eb31cad00e8007b9b5314e32cc49cca17bb (diff) | |
add support for h8/300 architecture
Diffstat (limited to 'target/config/Config.in.libc.default')
| -rw-r--r-- | target/config/Config.in.libc.default | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default index 526b3e49b..683a59f65 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -7,6 +7,12 @@ config ADK_TARGET_WITH_LT config ADK_TARGET_WITH_NPTL bool +config ADK_TARGET_WITHOUT_THREADS + bool + +config ADK_TARGET_WITHOUT_CXX + bool + config ADK_TARGET_LIBC string default "uclibc-ng" if ADK_TARGET_LIB_UCLIBC_NG |
