summaryrefslogtreecommitdiff
path: root/linkers/README
diff options
context:
space:
mode:
Diffstat (limited to 'linkers/README')
-rw-r--r--linkers/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/linkers/README b/linkers/README
new file mode 100644
index 0000000..95ed6a2
--- /dev/null
+++ b/linkers/README
@@ -0,0 +1,22 @@
+RTEMS Dynamic Loader Project
+============================
+Chris Johns <chrisj@rtems.org>
+
+RTEMS Linker
+------------
+
+This package contains the RTEMS linker used to create dynamically loadable
+applications.
+
+To build download and install waf (http://code.google.com/p/waf/). Then:
+
+ $ waf configure build
+
+You will have a linker.
+
+License
+-------
+
+The linker code is licensed under the ISC license. Currently some libiberty
+code is present in the libiberty directory which is GPL. In time this code will
+be removed.