]> Savannah Git Hosting - gnulib/maint-tools.git/commitdiff
platforms: A few small updates.
authorBruno Haible <bruno@clisp.org>
Thu, 18 Apr 2024 22:23:26 +0000 (00:23 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 18 Apr 2024 22:23:26 +0000 (00:23 +0200)
* platforms/environments/qemu*: A few small updates.

platforms/environments/qemu-environments.txt
platforms/environments/qemu/m68k-linux-debian12.txt
platforms/environments/qemu/m68k-linux-t2sde.txt
platforms/environments/qemu/s390x-linux-debian8.txt

index aaa9f470d2a070b0b5302a483e469db5854c9630..23c7eb74f8577e995a86bac369322210e91cc419 100644 (file)
@@ -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
 <http://ftp.debian.org/debian/dists/>, 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,
index 84ef2475645a2e2312f401cc31229e990037d266..95da0afc1696d8b82a440910b6d3dcbb98cf429c 100644 (file)
@@ -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.
index c009099620608715351048661cbf2c9c09bc9ab1..f5eb9cc39d3faea0e4d1caa10c421d2870815785 100644 (file)
@@ -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
 -------------------------------------------------
index 1bc62fdf0eb81b68b66fab0c0a94c75e71fdddc8..549d9ebf9054293582c84c82b2e99594a8b245b6 100644 (file)
@@ -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.