summaryrefslogtreecommitdiff
path: root/Hurd/QemuImageForL4.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'Hurd/QemuImageForL4.mdwn')
-rw-r--r--Hurd/QemuImageForL4.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/Hurd/QemuImageForL4.mdwn b/Hurd/QemuImageForL4.mdwn
index 67dc3efa..a6610e42 100644
--- a/Hurd/QemuImageForL4.mdwn
+++ b/Hurd/QemuImageForL4.mdwn
@@ -357,3 +357,7 @@ I've been doing this sort of thing (See also `info grub` for making bootable elt
$ qemu -boot d -cdrom /usr/src/controlled/qemu-images/l4.iso
-- [[Main/DerekDavies]] - 07 Feb 2005
+
+You don't need a compiler targeting the Hurd. The above works with a compiler targeting Linux which are quite a bit easier to find. By adding "--target=i686-unknown-linux-gnu" to my configure line, I was able to cross compile hurd-l4 from Cygwin.
+
+-- [[Main/MichaelAdams]] - 22 Feb 2005