On win32 with mingw64 I'm getting this error:
---------
gcc -o i386-win32/tiny_libmaker.exe ../win32/tools/tiny_libmaker.c -I..
 -Wall -g -O2 -fno-strict-aliasing -Wno-pointer-sign -Wno-sign-compare
-Wno-unused-result -fPIC -DTCC_TARGET_I386 -DTCC_TARGET_PE
../win32/tools/tiny_libmaker.c:1:0: warning: -fPIC ignored for target (all
code is position independent) [enabled by default]
 /*
 ^
i386-win32/tiny_libmaker.exe rcs ../libtcc1.a i386-win32/libtcc1.o
i386-win32/alloca86.o i386-win32/alloca86-bt.o i386-win32/bcheck.o
i386-win32/crt1.o i386-win32/wincrt1.o i386-win32/dllcrt1.o
i386-win32/dllmain.o i386-win32/chkstk.o
Unsupported Elf Class: i386-win32/alloca86.o
Makefile:103: recipe for target `../libtcc1.a' failed
make[1]: *** [../libtcc1.a] Error 2
make[1]: Leaving directory `/home/IEUser/dev/tinycc/lib'
Makefile:229: recipe for target `libtcc1.a' failed


On Sun, Apr 6, 2014 at 11:50 AM, Michael Matz <[email protected]> wrote:

> Hi,
>
>
> On Sun, 6 Apr 2014, Domingo Alvarez Duarte wrote:
>
>  Ok I can see in the next commit that this is removed completely !
>>
>
> Yep, I was trying to separate cleanups from implementing features also for
> the commits, makes bisecting a tad easier.  (And of course removing chunks
> of dead code without much else just feels wonderful :) ).
>
>
> Ciao,
> Michael.
>
> _______________________________________________
> Tinycc-devel mailing list
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/tinycc-devel
>
_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to