diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-07 14:35:17 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-07 14:35:17 -0600 |
commit | fd5e1bfc81aa5ea3e3893fc61f8c50509a3487c7 (patch) | |
tree | 637040d125ab37845d8c23cd06322d85db6d7de3 /target/config/Config.in.gdb.default | |
parent | bce292b92f50fcec23696d658072b2c55829ca9c (diff) |
reorder libc and toolchain options
After a short discussion with Phil, I put Libc stuff into
Toolchain menu, as it does not belong to Target configuration.
Add a Advanced Option menu for specific toolchain related options.
I think this change make building OpenADK for beginners simpler.
A starter doesn't know anything about different libc, floating settings,
...
Diffstat (limited to 'target/config/Config.in.gdb.default')
-rw-r--r-- | target/config/Config.in.gdb.default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in.gdb.default b/target/config/Config.in.gdb.default new file mode 100644 index 000000000..3748dec66 --- /dev/null +++ b/target/config/Config.in.gdb.default @@ -0,0 +1,2 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. |