summaryrefslogtreecommitdiff
path: root/Hurd/QemuImageForL4.mdwn
diff options
context:
space:
mode:
authorMichael D. Adams <mdmkolbe@yahoo.com>2005-02-22 17:27:28 +0000
committerMichael D. Adams <mdmkolbe@yahoo.com>2005-02-22 17:27:28 +0000
commit6e54926aefdbf38401a20a6e59ace8a1a33681e6 (patch)
tree93613e73e0c9103ad0014fa1089ea25f95d7036b /Hurd/QemuImageForL4.mdwn
parent3c2047d6c6581806a9cf270eabaebd2772482c4c (diff)
none
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