Just saw your email as I was getting ready to post my next questions.
1) should I just find/replace in the code or make an alias to strtod?
2) Android's version of __clear_cache is cacheflush, can I make an alias
for that as well?

I


On Wed, Sep 11, 2013 at 4:38 PM, Daniel Glöckner <daniel...@gmx.net> wrote:

> On Wed, Sep 11, 2013 at 03:40:15PM -0500, Cayce Pollard wrote:
> > ./../tinycc/tccpp.c:1961: error: undefined reference to 'strtold'
>
> Just substitute strtod for strtold.
> It has probably been omitted from Android's libc because
> long double == double on ARM nowadays (i.e. with EABI or VFP).
>
>   Daniel
>
> _______________________________________________
> Tinycc-devel mailing list
> Tinycc-devel@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/tinycc-devel
>
_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to