mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-03-03 04:18:36 +00:00
When acting as a backend for a build-system, we should not build any application that runs on the target, that is: - no native gdb - no companion libraries - no binutils libraries - no debug tools (save for gdbserver) - ... Here, we simply prepare the (hidden) config option that will detect that we are acting as a back-end. Update doc accordingly.