tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] some thoughts on the search path mess


From: Edmund Grimley Evans
Subject: Re: [Tinycc-devel] some thoughts on the search path mess
Date: Sun, 15 Mar 2015 21:10:38 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

> Is --with-libgcc option needed for arm64 too?

No. The runtime for arm64 is implemented in lib/lib-arm64.c, which
must be compiled by TCC because it contains a TCC-specific intrinsic.
(It's in __clear_cache, in case you're interested. I could have
implemented it with inline assembler and made it compilable only by
GCC.)

Edmund



reply via email to

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