From: Bruno Haible Date: Thu, 18 Apr 2024 22:23:26 +0000 (+0200) Subject: platforms: A few small updates. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=25e666e73ef5da03012aa6575f30320675d4cd8c;p=gnulib%2Fmaint-tools.git platforms: A few small updates. * platforms/environments/qemu*: A few small updates. --- diff --git a/platforms/environments/qemu-environments.txt b/platforms/environments/qemu-environments.txt index aaa9f470..23c7eb74 100644 --- a/platforms/environments/qemu-environments.txt +++ b/platforms/environments/qemu-environments.txt @@ -144,7 +144,9 @@ For instance, Debian's ports have only "network installation" CDs. Which is OK for now, but will be a problem when 15.0 is released, because as you can see in , only the three latest major Debian -releases still have downloadable package repositories. +releases still have downloadable package repositories. (Although, after +the point in time, you will be able to access the package repositories at +snapshot.debian.org.) Use 'wget', not a browser, to download the image. In case there you encounter a network disconnect during the download, diff --git a/platforms/environments/qemu/m68k-linux-debian12.txt b/platforms/environments/qemu/m68k-linux-debian12.txt index 84ef2475..95da0afc 100644 --- a/platforms/environments/qemu/m68k-linux-debian12.txt +++ b/platforms/environments/qemu/m68k-linux-debian12.txt @@ -8,8 +8,8 @@ https://www.debian.org/ports/m68k/index.en.html (QV) Choose a QEMU version -------------------------- -Use qemu-8.1.2 -% PATH=$HOME/inst-qemu/8.1.2/bin:$PATH +Use qemu-8.2.0 (This version fixes the 'long double' operations.) +% PATH=$HOME/inst-qemu/8.2.0/bin:$PATH (DL) Download an installation CD-ROM or DVD image ------------------------------------------------- @@ -188,4 +188,4 @@ $ sudo bash Notes ----- -Don't use 'vi', as it hangs. +Don't use 'vi' or 'vim', as it hangs. diff --git a/platforms/environments/qemu/m68k-linux-t2sde.txt b/platforms/environments/qemu/m68k-linux-t2sde.txt index c0090996..f5eb9cc3 100644 --- a/platforms/environments/qemu/m68k-linux-t2sde.txt +++ b/platforms/environments/qemu/m68k-linux-t2sde.txt @@ -7,8 +7,8 @@ https://www.kernel.org/doc/html/v6.6/admin-guide/kernel-parameters.html (QV) Choose a QEMU version -------------------------- -Use qemu-8.1.2 -% PATH=$HOME/inst-qemu/8.1.2/bin:$PATH +Use qemu-8.2.0 (This version fixes the 'long double' operations.) +% PATH=$HOME/inst-qemu/8.2.0/bin:$PATH (DL) Download an installation CD-ROM or DVD image ------------------------------------------------- diff --git a/platforms/environments/qemu/s390x-linux-debian8.txt b/platforms/environments/qemu/s390x-linux-debian8.txt index 1bc62fdf..549d9ebf 100644 --- a/platforms/environments/qemu/s390x-linux-debian8.txt +++ b/platforms/environments/qemu/s390x-linux-debian8.txt @@ -126,3 +126,5 @@ Notes ----- "make check" of gmp-6.2.0 in 64-bit mode hangs. (with qemu-2.9.0) + +For debugging with gdb, compile with CFLAGS=-ggdb and LDFLAGS=-static.