summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hurd.mdwn3
-rw-r--r--hurd/toolchain.mdwn11
2 files changed, 13 insertions, 1 deletions
diff --git a/hurd.mdwn b/hurd.mdwn
index 61329f97..694691b3 100644
--- a/hurd.mdwn
+++ b/hurd.mdwn
@@ -57,10 +57,11 @@
# Developer References
* [[Rules]]
+* [[Toolchain]]
+ * [[glibc]]
* Libraries
* [[libpager]]
* [[libstore]]
* [[libhello_example]] -- Hurd library example
-* [[glibc]]
* [[Debugging]]
* [Hurd Sourcecode Reference](http://www.htu.tugraz.at/~past/hurd/global/): Searchable and browsable index of the code.
diff --git a/hurd/toolchain.mdwn b/hurd/toolchain.mdwn
new file mode 100644
index 00000000..d8ba710a
--- /dev/null
+++ b/hurd/toolchain.mdwn
@@ -0,0 +1,11 @@
+[[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]]."]]
+
+* [[binutils]]
+* [[GCC]]
+* [[glibc]]