Sergey Korshunoff <[email protected]>:

> # ./configure
> # make
> gcc -o i386-tcc tcc.c ...
> # touch tccgen.c
> # make
> gcc -o tccgen.o ...
> ar rcs libtcc.a ...
>
> There is no "gcc -o i386-tcc" after touch :-(

Do you mean that it doesn't print out that command, or that it doesn't
run that command?

With me tcc does get rebuilt, but for some reason which I don't
understand the command is not printed. Try this:

git checkout 44c6e992
./configure
make
touch tccgen.c
make --debug

Or try checking the timestamp of "tcc" after a plain "make".

Can anyone explain why make runs the command "gcc -o tcc tcc.o
libtcc.a ..." but doesn't print it?

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

Reply via email to