tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Can't completely switch C-compiler


From: Robert Clausecker
Subject: [Tinycc-devel] Can't completely switch C-compiler
Date: Tue, 05 Feb 2013 20:41:59 +0100

Hello!

Today I tried to compile tcc (mob) with the clang compiler. I performed
the following steps [1] to compile tcc:

    $ cd src/tinycc
    $ ./configure --cc=clang --prefix=$HOME
    $ make

Now I observe that gcc is still used in some steps:

        gcc -O2 -m64 -c libtcc1.c -o x86_64/libtcc1.o  -DTCC_TARGET_X86_64 
-Wall -g -O2
        gcc -O2 -m64 -c alloca86_64.S -o x86_64/alloca86_64.o  
-DTCC_TARGET_X86_64 -Wall -g -O2
        
What happend here? Why is gcc still used for some compilation steps?
Are the warnings intentional?

Yours, Robert Clausecker

[1]: http://fuz.su/~fuz/tinycc.log




reply via email to

[Prev in Thread] Current Thread [Next in Thread]