nixpkgs/pkgs/development/compilers/gcc-arm-embedded/11
Kenny MacDermid 584c58cf27
gcc-arm-embedded: pass args to gdb
The wrapper around `arm-none-eabi-gdb` was not passing through
the command line arguments. This would cause build systems that
attempted to determine the gdb version to hang.

Match the other wrapper by adding `"$@"`, and using `exec` to
call the unwrapped process.
2023-05-02 17:01:29 -03:00
..
default.nix gcc-arm-embedded: pass args to gdb 2023-05-02 17:01:29 -03:00