diff options
-rw-r--r-- | hurd/building/cross-compiling.mdwn | 14 |
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. |