diff options
author | Jan F. Chadima <jfch@jagda.eu> | 2019-12-01 08:29:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-01 08:29:36 +0700 |
commit | dd14d1b983428c1b140f16c477e9480ab8f93157 (patch) | |
tree | 14f4f2eef48be84dca54db89c4233e3a9b026b80 /system/newLd/README | |
parent | 504147c7cdf95a6ae6bae5fbd25752ffe8efc786 (diff) |
system/newLd: Added (new ld linker).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/newLd/README')
-rw-r--r-- | system/newLd/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/newLd/README b/system/newLd/README new file mode 100644 index 0000000000000..77e1c22c6a9cf --- /dev/null +++ b/system/newLd/README @@ -0,0 +1,7 @@ +newLD is a new version of ld linker from binutils. +It is necessary for build some advanced libraries +(libqb as an examlpe) + +To use it set +PATH=/usr/lib$LIBDIRSUFFIX/binutils$VERSION/bin:\\ +$PATH |