|
From: | John Cowan |
Subject: | Re: [PATCH] use -rpath option |
Date: | Tue, 24 Mar 2020 09:04:53 -0400 |
address@hidden wrote:
> 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.
Pushed, thank you!
I also took the liberty to push the remaining change needed to make
CHICKEN build with TCC.
[Prev in Thread] | Current Thread | [Next in Thread] |