On 02.01.2026 00:18, Michael Ackermann via Tinycc-devel wrote:
- to prevent further issues two optional environment variables got introduced
   TCC_LIBRARY_PATH and TCC_CPATH to force overriding ALL search paths without  
...

Well, the supported way to build an 'i386-tcc' cross-compiler is:

   ./configure
   make cross-i386
   make install

which is supposed to work with standard gnu cross-devel files.

In case when it does not, paths may be specified explicitly in a
'config-extra.mak' (that you'd create), as in (for example):

   CRT-i386  = /usr/i686-linux-gnu/lib
   LIB-i386  = {B}:/usr/i686-linux-gnu/lib
   INC-i386  = {B}/include:/usr/i686-linux-gnu/include

See also 'make help'

-- gr


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

Reply via email to