Version in base suite: 2.7+dfsg-4 Base version: bochs_2.7+dfsg-4 Target version: bochs_2.7+dfsg-4+deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/b/bochs/bochs_2.7+dfsg-4.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/b/bochs/bochs_2.7+dfsg-4+deb12u1.dsc changelog | 7 +++++++ rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff -Nru bochs-2.7+dfsg/debian/changelog bochs-2.7+dfsg/debian/changelog --- bochs-2.7+dfsg/debian/changelog 2022-09-18 17:08:21.000000000 +0000 +++ bochs-2.7+dfsg/debian/changelog 2024-10-15 20:08:06.000000000 +0000 @@ -1,3 +1,10 @@ +bochs (2.7+dfsg-4+deb12u1) bookworm; urgency=medium + + * Build the BIOS images for 386 CPUs rather than the compiler’s 32-bit + default. Closes: #1082917. + + -- Stephen Kitt Tue, 15 Oct 2024 22:08:06 +0200 + bochs (2.7+dfsg-4) unstable; urgency=medium * Switch to wxwidgets3.2. Closes: #1019842. diff -Nru bochs-2.7+dfsg/debian/rules bochs-2.7+dfsg/debian/rules --- bochs-2.7+dfsg/debian/rules 2022-04-16 08:54:57.000000000 +0000 +++ bochs-2.7+dfsg/debian/rules 2024-10-15 20:06:49.000000000 +0000 @@ -106,7 +106,7 @@ override_dh_auto_build-indep: # bochsbios - $(MAKE) -C bios GCC32="i686-linux-gnu-gcc -fno-stack-protector" LD32="i686-linux-gnu-ld" OBJCOPY32="i686-linux-gnu-objcopy" + $(MAKE) -C bios GCC32="i686-linux-gnu-gcc -march=i386 -fno-stack-protector" LD32="i686-linux-gnu-ld" OBJCOPY32="i686-linux-gnu-objcopy" # bochs-doc $(MAKE) -C doc/docbook USE_JADE=1