source: rtems-tools/linkers/README @ 59c3ebd

4.104.115
Last change on this file since 59c3ebd was ec24a37, checked in by Chris Johns <chrisj@…>, on 05/06/12 at 22:47:11

Add to git.

  • Property mode set to 100644
File size: 515 bytes
Line 
1RTEMS Dynamic Loader Project
2============================
3Chris Johns <chrisj@rtems.org>
4
5RTEMS Linker
6------------
7
8This package contains the RTEMS linker used to create dynamically loadable
9applications.
10
11To build download and install waf (http://code.google.com/p/waf/). Then:
12
13 $ waf configure build
14
15You will have a linker.
16
17License
18-------
19
20The linker code is licensed under the ISC license. Currently some libiberty
21code is present in the libiberty directory which is GPL. In time this code will
22be removed.
Note: See TracBrowser for help on using the repository browser.