summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-11-16 19:09:53 +0100
committerThomas Schwinge <tschwinge@gnu.org>2007-11-16 19:09:53 +0100
commit9dafdc1ebb6149a4cdda93129ef2a33f4ce39a84 (patch)
tree94b27d748fd0c4f731ff6e79012eb24371cb1134 /hurd
parentc1f005944b8378b8d75dd2084349791c25862778 (diff)
Link to wiki (stub and real) pages instead of external pages.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/building/cross-compiling.mdwn14
1 files changed, 7 insertions, 7 deletions
diff --git a/hurd/building/cross-compiling.mdwn b/hurd/building/cross-compiling.mdwn
index edde4400..bfe07ca6 100644
--- a/hurd/building/cross-compiling.mdwn
+++ b/hurd/building/cross-compiling.mdwn
@@ -31,7 +31,7 @@ installed in the upstream repositories.
The following ones are known to work. Others may work as well, but no
guarantee is given. Always the preferred version is listed first.
-* `src/binutils`: [GNU Binutils](http://www.gnu.org/software/binutils/)
+* `src/binutils`: [[GNU_Binutils|binutils]]
* CVS `binutils-2_18-branch`
@@ -42,7 +42,7 @@ guarantee is given. Always the preferred version is listed first.
* The 2.18 release tarball from <ftp://ftp.gnu.org/gnu/binutils/> should
also be fine, as should be all other recent releases.
-* `src/gcc`: [GNU Compiler Collection](http://gcc.gnu.org/)
+* `src/gcc`: [[GNU_Compiler_Collection|gcc]]
* SVN `gcc-4_1-branch`
@@ -64,7 +64,7 @@ guarantee is given. Always the preferred version is listed first.
-->
-* `src/gnumach`: [GNU Mach](http://hurd.gnu.org/)
+* `src/gnumach`: [[GNU_Mach|microkernel/mach/gnumach]]
* CVS `gnumach-1-branch`
@@ -72,19 +72,19 @@ guarantee is given. Always the preferred version is listed first.
co -r gnumach-1-branch gnumach
$ mv gnumach gnumach-1-branch
-* `src/mig`: [GNU Mach Interface Generator](http://hurd.gnu.org/)
+* `src/mig`: [[GNU_Mach_Interface_Generator|microkernel/mach/mig]]
* CVS `HEAD`
$ cvs -d:pserver:anoncvs@cvs.gnu.org:/cvsroot/hurd co mig
-* `src/hurd`: [GNU Hurd](http://hurd.gnu.org/)
+* `src/hurd`: [[GNU_Hurd|hurd]]
* CVS `HEAD`
$ cvs -d:pserver:anoncvs@cvs.gnu.org:/cvsroot/hurd co hurd
-* `src/glibc`: [GNU C Library](http://www.gnu.org/software/libc/)
+* `src/glibc`: [[GNU_C_Library|glibc]]
* CVS `glibc-2_7-branch`
@@ -113,7 +113,7 @@ guarantee is given. Always the preferred version is listed first.
<!--
-* `src/gdb`: [GNU Debugger](http://www.gnu.org/software/gdb/)
+* `src/gdb`: [[GNU_Debugger|gdb]]
This is optional and will only be compiled if present.