This following patch was originally found at the debian mingw-w64 team's mingw-w64 repo located here: https://salsa.debian.org/mingw-w64-team/mingw-w64.git Invoke the following in the aforementioned repo to see the original patch: $ git show 4974e2c:debian/patches/dlltool-temp-prefix.patch Description: Specify dlltool's temp prefix Author: Stephen Kitt By default dlltool uses its pid for the object files it generates. Enforcing its temp prefix allows the files it generates to be reproducible. --- a/mingw-w64-crt/Makefile.am +++ b/mingw-w64-crt/Makefile.am @@ -36,7 +36,7 @@ DTDEF32=$(GENLIB) $(DLLTOOLFLAGS32) $(AM_DLLTOOLFLAGS) DTDEF64=$(GENLIB) $(DLLTOOLFLAGS64) $(AM_DLLTOOLFLAGS) else - AM_DLLTOOLFLAGS=-k --as=$(AS) --output-lib $@ + AM_DLLTOOLFLAGS=-k --as=$(AS) --output-lib $@ --temp-prefix $$(basename $@ .a) DLLTOOLFLAGSARM32=-m arm DLLTOOLFLAGSARM64=-m arm64 DLLTOOLFLAGS32=--as-flags=--32 -m i386 td>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/images
AgeCommit message (Expand)Author
2024-04-18system: Remove nss-certs from OS templates, adjust doc....Maxim Cournoyer
2023-12-22images: Add orangepi-r1-plus-lts image....Herman Rimm
2023-06-14system: images: Add unmatched module....Efraim Flashner
2022-12-26images: wsl2: Create XDG_RUNTIME_DIR on first login....dan
2022-12-09system: images: Add networking support to pine64 image....Gabriel Wicki
2022-10-13system: Use a valid license as the dummy license....Ricardo Wurmus
2022-09-24system: images: Add wsl2 module....Alex Griffin
2022-09-24platforms: x86: Rename Hurd hurd to i586-gnu....Mathieu Othacehe
2022-09-24image: Make the operating-system field mandatory....Mathieu Othacehe
2022-09-07system: images: Define the platform in image-types....Mathieu Othacehe
2022-05-25images: hurd: Adjust module imports....Efraim Flashner
2022-05-25Move (gnu platform) and (gnu platforms ...) to guix/....Josselin Poiret
2022-03-15images: novena: Fix build....Mathieu Othacehe
2021-10-18system: image: Ensure Hurd images are cross-compiled if needed....Ludovic Courtès
2021-10-11gnu: Add platform support....Mathieu Othacehe
2021-08-29Migrate to the new 'targets' field of bootloader-configuration....Maxim Cournoyer
2021-08-28images: pinebook-pro: Fix the agetty baud rate....Mathieu Othacehe