summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2012-05-07 08:47:11 +1000
committerChris Johns <chrisj@rtems.org>2012-05-07 08:47:11 +1000
commit75bb1e696321cf1b9ac6b124312b57560a06ff39 (patch)
tree510f1acc95a08ef2761aab7efba82ef5af894c8a /README
Add to git.
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 22 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..95ed6a2
--- /dev/null
+++ b/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.