summaryrefslogtreecommitdiff
path: root/target/config/Config.in.gdb
AgeCommit message (Collapse)Author
2016-02-25gdb: update to latest versionWaldemar Brodkorb
2016-01-09latest gdb can be used for bfinWaldemar Brodkorb
2015-12-25bfin: gdb compiles perfectly well with out-of-tree compile. thanks Mike for ↵Waldemar Brodkorb
the help
2015-12-23optimize for really small systemsWaldemar Brodkorb
Default to busybox hush for noMMU systems. Add busybox profiles to choose a minimal busybox config for noMMU systems. Add gdb git from ysato for h8/300 simulator. Change some kernel defaults to off to have a really small kernel. For bfin simulator the kernel+initramfs is smaller then 2MB in size.
2015-12-13gdb: update to latest stable versionWaldemar Brodkorb
2015-11-30bfin: latest gcc/binutils is working fine. checked with gdb sim and real ↵Waldemar Brodkorb
hardware
2015-10-27bfin: prefer FDPICWaldemar Brodkorb
Use FDPIC by default. Limit gcc to a working one. Default to a working gdb version. Be sure to use uCLinux symbol only for BFLAT.
2015-10-21remove unneeded split in choice and default, remove ↵Waldemar Brodkorb
ADK_TARGET_KERNEL_VERSION (unused)
2015-03-07reorder libc and toolchain optionsWaldemar Brodkorb
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, ...