Quick question, I thought that recent config work was supposed to solve, among 
other things, the need to pass --with-libgcc (sorry if I'm wrong)

On RPi, while ./configure; make; make test works ROOTB

I still have to use ./configure --with-libgcs if I later do a "make install" 
and want to use tcc as gcc replacement
Doing so, I get no error while, without --with-libgcc, important ARM eabi 
functions are missing.

ld uxlisp ...
tcc: error: undefined symbol '__aeabi_uidiv'
tcc: error: undefined symbol '__aeabi_uidivmod'
tcc: error: undefined symbol '__aeabi_idiv'
tcc: error: undefined symbol '__aeabi_idivmod'
make[1]: *** [uxlisp] Error 1

Could you please confirm that, at least in case of RPI, I still have to pass 
--with-libgcc

Can't we detect (how?) that a platform requires --with-libgcc

Christian

_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to