Re: [Tinycc-devel] out-of-tree builds are broken

2013-02-08 Thread Akim Demaille
Le 8 févr. 2013 à 11:08, Thomas Preud'homme a écrit : >> Creating config.mak and config.h >> mkdir: tests/Makefile: Not a directory >> ln: tests/tests2/Makefile: No such file or directory >> >> These last two lines should that something has been broken. > > Should be fixed. It is. Thanks!

Re: [Tinycc-devel] out-of-tree builds are broken

2013-02-08 Thread Thomas Preud'homme
Le vendredi 8 février 2013 09:36:44, Akim Demaille a écrit : > Something must have been changed in the way the out-of-tree > builds are handled. This used to work. > > $ git describe --always > 7a477d7 > $ mkdir -p _build/gcc48 > $ cd _build/gcc48 > $ ../../configure CC=gcc-mp-4.8 > configure: WA

[Tinycc-devel] out-of-tree builds are broken

2013-02-08 Thread Akim Demaille
Something must have been changed in the way the out-of-tree builds are handled. This used to work. $ git describe --always 7a477d7 $ mkdir -p _build/gcc48 $ cd _build/gcc48 $ ../../configure CC=gcc-mp-4.8 configure: WARNING: unrecognized option CC=gcc-mp-4.8 Binary directory /usr/local/bin Tin