Hi
./configure --cc=pcc
make
pcc -o i386-tcc tcc.c -DONE_SOURCE -DTCC_TARGET_I386 -I.  -Wall -g -O0 -lm -ldl
/tmp/ctm.Uao6qA: In function `set_pages_executable':
tccrun.c:238: undefined reference to `__clear_cache'
error: ld terminated with status 1

But it is OK if we add lib/libtcc1.c
A fast patch attached. Please test/improve

Attachment: 02-pcc.patch
Description: Binary data

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

Reply via email to