From fd5e1bfc81aa5ea3e3893fc61f8c50509a3487c7 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 7 Mar 2015 14:35:17 -0600 Subject: 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, ... --- target/config/Config.in.gdb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 target/config/Config.in.gdb (limited to 'target/config/Config.in.gdb') diff --git a/target/config/Config.in.gdb b/target/config/Config.in.gdb new file mode 100644 index 000000000..5c08273e5 --- /dev/null +++ b/target/config/Config.in.gdb @@ -0,0 +1,5 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +source target/config/Config.in.gdb.choice +source target/config/Config.in.gdb.default -- cgit v1.2.3