chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] use -rpath option


From: John Cowan
Subject: Re: [PATCH] use -rpath option
Date: Tue, 24 Mar 2020 09:04:53 -0400

Again, amazing.  Does this mean that Chicken *output* can also be built with tcc?  Now that the compiler is modularized, that would give Chicken a dynamic compiler.

On Tue, Mar 24, 2020 at 9:03 AM <address@hidden> wrote:
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.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]