Re: [Tinycc-devel] __builtin_expect

2012-05-25 Thread Thomas Preud'homme
Le vendredi 25 mai 2012 20:48:44, Thomas Preud'homme a écrit : > Greetings everyone, > > it seems the define for pthread_cleanup_push in glibc uses __builtin_expect > if it's not compiled with gcc. Hence, any program including pthread.h > fails to compile with tcc. Should we ignore __builtin_expec

[Tinycc-devel] __builtin_expect

2012-05-25 Thread Thomas Preud'homme
Greetings everyone, it seems the define for pthread_cleanup_push in glibc uses __builtin_expect if it's not compiled with gcc. Hence, any program including pthread.h fails to compile with tcc. Should we ignore __builtin_expect in tcc or bother glibc developers to special case tcc? Best regards

Re: [Tinycc-devel] include more options in configure to be able to build tinycc with debian

2012-05-25 Thread Thomas Preud'homme
Le vendredi 25 mai 2012 19:59:59, Pedro A ARANDA a écrit : > I needed to force configure to ignore the following options for a > successful build in Debian/Ubuntu > > --build=*|--sysconfdir=*|--localstatedir=*|--libexecdir=* > --disable-maintainer-mode|--disable-dependency-tracking I don't u

[Tinycc-devel] include more options in configure to be able to build tinycc with debian

2012-05-25 Thread Pedro A ARANDA
I needed to force configure to ignore the following options for a successful build in Debian/Ubuntu --build=*|--sysconfdir=*|--localstatedir=*|--libexecdir=* --disable-maintainer-mode|--disable-dependency-tracking It would be nice if there was some way this could be included in future ver