diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-30 21:44:02 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-30 21:44:02 +0200 |
commit | 17741f136fd9e7003e556d21ee0cb7efe789fa52 (patch) | |
tree | c730e8ff4da999177e6bc49510d1fdb7356a30dd /hurd/building/cross-compiling.mdwn | |
parent | 636a3fe4855f018a82b6ed0d524481c8ac5564ea (diff) |
Add a pointer to the `cross-gnu' shell script.
Diffstat (limited to 'hurd/building/cross-compiling.mdwn')
-rw-r--r-- | hurd/building/cross-compiling.mdwn | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/hurd/building/cross-compiling.mdwn b/hurd/building/cross-compiling.mdwn new file mode 100644 index 00000000..ffd12ef0 --- /dev/null +++ b/hurd/building/cross-compiling.mdwn @@ -0,0 +1,19 @@ +[[meta copyright="Copyright © 2007 Free Software Foundation, Inc."]] +[[meta license="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled +[[GNU_Free_Documentation_License|/fdl.txt]]."]] + +[[Thomas_Schwinge|tschwinge]] has written a shell script for building a +complete cross-build environment for GNU/Hurd systems. + +For now, find the shell scripts at +<http://nic-nac-project.de/~schwinge/tmp/cross-gnu> and +<http://nic-nac-project.de/~schwinge/tmp/cross-gnu-env>. + +Read through it. Understand it. Then use it. + +Feel free to ask questions or report problems on this page's [[discussion]] +sub-page. |