<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinycc/config-print.c, branch main</title>
<subtitle>Tiny C Compiler by Fabrice Bellard Git mirror of the final release by Bellard, discarding all changes after. The repository at https://repo.or.cz/tinycc.git has become untrustworthy. Also the tcc sources have become tainted with AI slop.</subtitle>
<id>https://git.datenwolf.net/tinycc/atom/config-print.c?h=main</id>
<link rel='self' href='https://git.datenwolf.net/tinycc/atom/config-print.c?h=main'/>
<link rel='alternate' type='text/html' href='https://git.datenwolf.net/tinycc/'/>
<updated>2013-02-14T05:53:07Z</updated>
<entry>
<title>configure: cleanup</title>
<updated>2013-02-14T05:53:07Z</updated>
<author>
<name>grischka</name>
<email>grischka</email>
</author>
<published>2013-02-14T05:53:07Z</published>
<link rel='alternate' type='text/html' href='https://git.datenwolf.net/tinycc/commit/?id=944627c479f01d919f10f9d9dd807cca43bf7aba'/>
<id>urn:sha1:944627c479f01d919f10f9d9dd807cca43bf7aba</id>
<content type='text'>
- add quotes: eval opt=\"$opt\"
- use $source_path/conftest.c for OOT build
- add fn_makelink() for OOT build
- do not check lddir etc. on Windows/MSYS
- formatting

config-print.c
- rename to conftest.c (for consistency)
- change option e to b
- change output from that from "yes" to "no"
- remove inttypes.h dependency
- simpify version output

Makefile:
- improve GCC warning flag checks

tcc.h:
- add back default CONFIG_LDDIR
- add default CONFIG_TCCDIR also (just for fun)

tccpp.c:
- fix Christian's last warning
  tccpp.c: In function ‘macro_subst’:
  tccpp.c:2803:12: warning: ‘*((void *)&amp;cval+4)’ is used uninitialized
     in this function [-Wuninitialized]
  That the change fixes the warning doesn't make sense but anyway.

libtcc.c:
- tcc_error/warning: print correct source filename/line for
  token :paste: (also inline :asm:)

lddir and multiarch logic still needs fixing.
</content>
</entry>
<entry>
<title>Create config-print program to test $cc</title>
<updated>2013-02-13T21:35:36Z</updated>
<author>
<name>Thomas Preud'homme</name>
<email>robotux@celest.fr</email>
</author>
<published>2013-02-13T21:35:36Z</published>
<link rel='alternate' type='text/html' href='https://git.datenwolf.net/tinycc/commit/?id=e298f608385d51911184281f1cdb09addc560c59'/>
<id>urn:sha1:e298f608385d51911184281f1cdb09addc560c59</id>
<content type='text'>
Create a helper program called config-print to print informations
relative to the BUILD/HOST environment in the case of native
compilation.
</content>
</entry>
</feed>
