Commit Graph

6 Commits

Author SHA1 Message Date
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
prtzl
d7eabb3781 gcc-arm-embedded: add myself to maintainers 2023-04-05 14:27:26 +02:00
prtzl
7fae5a802b gcc-arm-embedded: fix arm-none-eabi-gdb error 2023-04-05 14:15:01 +02:00
Adam Joseph
a9d6317eef gcc-arm-embedded: meta.sourceProvenance = binaryNativeCode
Our gcc-arm-embedded expressions download binaries instead of
building from source.  Let's add the appropriate `sourceProvenance`
for this kind of thing.
2023-03-19 00:13:49 -07:00
Samuel Tam
84c20a3d0c
gcc-arm-embedded-12: support aarch64-darwin 2023-02-11 14:27:07 +08:00
prtzl
18d4d8224a gcc-arm-embedded-12: init at 12.2.rel1 2023-01-03 10:08:13 +01:00