non port: devel/gcc-arm-embedded/files/patch-src_gdb_gdb_probe.c |
Number of commits found: 3 |
Tuesday, 1 Apr 2025
|
22:18 Lev A. Serebryakov (lev)
devel/gcc-arm-embedded: update toolchain to 14.2.rel1 from 2024/12/10
Build system has been completely revamped.
Now port uses official build scripts with minimal pathing to adopt some
Linux-isms to FreeBSD.
Two flavors are made: "default" one form AArch32 (ARMv7) ISA and "aarch64"
for AArch64 (ARMv8) ISA.
AArch32 (default) build supports A-, R- and M-profiles by default, but
A-profiles can be turned off in options.
AARch64 doesn't have choice of profiles.
gdb is built with python support by default, but can be built without
one with custom option.
All builds are using included snapshots of all libraries, like
libgmp, libmpfr, etc. There is no option to use system-wide versions
of these libraries anymore.
NLS is turned off by vendor and cannot be turned on.
No Linux cross-tools targets are provided for now, this port is
made to provde bare metal toolchains only.
Binaries are not stripped, as official ones are.
75ee0ce |
Tuesday, 17 Mar 2020
|
18:48 lev
Update to latest release 9-2019q4-major.
 |
Thursday, 25 Jan 2018
|
14:01 lev
Fix build with clang 3 (10-STABLE) and clang 6 (12-CURRENT) compilers.
Add option (default ON) to create version-independend symlink for Arduino IDE.
 |
Number of commits found: 3 |