|
From: | Christian JULLIEN |
Subject: | Re: [Tinycc-devel] One of Grischka's recent cleanup break install - at least on ARM |
Date: | Wed, 5 Oct 2016 09:16:37 +0200 (CEST) |
----- message d'origine -----
De : "grischka" <address@hidden>
date mer. 05/10/2016 08:53 (GMT +02:00)
À : "address@hidden" <address@hidden>
Objet : Re: [Tinycc-devel] One of Grischka's recent cleanup break install - at least on ARM
Christian Jullien wrote:
> Just a reminder that TinyCC is broken since "revert Makefiles to 0.9.26
> state (mostly)".
> It prevents me to run a lot of regression tests on ARM using my different
> projects.
Could work again.
However it's still a mystery to me how "tcc -vv" could crash
regardless of what else may have went wrong.
Also you must be using some non-standard configure because for
"arm-linux-gnueabihf" the Makefile only defines
TCC_ARM_EABI and TCC_ARM_HARDFLOAT
which according to arm-gen.c is not a supported combination:
#if defined(TCC_ARM_EABI) && !defined(TCC_ARM_VFP)
#error "Currently TinyCC only supports float computation with VFP instructions"
#endif
Greetings,
--- grischka
_______________________________________________
Tinycc-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/tinycc-devel
[Prev in Thread] | Current Thread | [Next in Thread] |