ports/devel/gcc-arm-embedded/files/patch-binutils-gdb--gdb_gdb_Makefile.in
Lev A. Serebryakov 75ee0ced6e 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.
2025-04-02 01:18:58 +03:00

16 lines
860 B
Text

--- binutils-gdb--gdb/gdb/Makefile.in.orig 2024-11-30 00:01:16 UTC
+++ binutils-gdb--gdb/gdb/Makefile.in
@@ -676,11 +676,11 @@ INTERNAL_LDFLAGS = \
CLIBS = $(SIM) $(READLINE) $(OPCODES) $(LIBCTF) $(BFD) $(ZLIB) $(ZSTD_LIBS) \
$(LIBSUPPORT) $(INTL) $(LIBIBERTY) $(LIBDECNUMBER) \
$(XM_CLIBS) $(GDBTKLIBS) $(LIBBACKTRACE_LIB) \
- @LIBS@ @GUILE_LIBS@ @PYTHON_LIBS@ $(AMD_DBGAPI_LIBS) \
+ @LIBS@ @GUILE_LIBS@ $(AMD_DBGAPI_LIBS) \
$(LIBEXPAT) $(LIBLZMA) $(LIBBABELTRACE) $(LIBIPT) \
$(WIN32LIBS) $(LIBGNU) $(LIBGNU_EXTRA_LIBS) $(LIBICONV) \
$(GMPLIBS) $(SRCHIGH_LIBS) $(LIBXXHASH) $(PTHREAD_LIBS) \
- $(DEBUGINFOD_LIBS) $(LIBBABELTRACE_LIB)
+ $(DEBUGINFOD_LIBS) $(LIBBABELTRACE_LIB) @PYTHON_LIBS@
CDEPS = $(NAT_CDEPS) $(SIM) $(BFD) $(READLINE_DEPS) $(CTF_DEPS) \
$(OPCODES) $(INTL_DEPS) $(LIBIBERTY) $(CONFIG_DEPS) $(LIBGNU) \
$(LIBSUPPORT)