[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] use -rpath option
From: |
felix . winkelmann |
Subject: |
[PATCH] use -rpath option |
Date: |
Thu, 12 Mar 2020 17:31:40 +0100 |
This patch replaces the use of the "-R" linker option by "-rpath", which
appears to be
more portable (accepted by tcc, for example). According to the GNU ld manual,
-R is
actually a compatibility alias for -rpath, so the latter seems to be more
canonical.
The manual page for Solaris' ld lists only -R, so on that platform we still use
it.
felix
0001-use-rpath-instead-of-R-on-all-platforms-but-Solaris.patch
Description: Text document
- [PATCH] use -rpath option,
felix . winkelmann <=