| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow to use libgcc instead of libtcc1 | Daniel Glöckner | 2008-09-12 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | This patch adds a switch --with-libgcc to configure. When passed it prevents libtcc1.a from being built and links to /lib/libgcc_s.so.1 instead of PREFIX/lib/tcc/libtcc1.a. It will work on ARM when using libgcc from GCC >= 4.2.0. Prior versions don't have the __floatun[sd]i[sdx]f functions. It won't work on i386 because of two missing symbols emitted when floats are cast to integers, but users can provide those symbols (global short constants) in their code if needed. Daniel | ||||
| * | A prefix for default library/include search paths | Daniel Glöckner | 2008-09-12 | 1 | -0/+6 |
| | | | | | | | | | | This patch is useful for cross compilers. Without this patch tcc tries to use the host's libraries, crt*.o and include files. The patch prepends a string to all default paths. The string can be passed to configure with --sysroot=string. Daniel | ||||
| * | Checkin tiny_libmaker (ar replacement) by Timovj Lahde | grischka | 2008-03-08 | 1 | -1/+14 |
| | | |||||
| * | Import changesets (part 4) 428,457,460,467: defines for openbsd etc. | grischka | 2007-12-16 | 1 | -7/+16 |
| | | |||||
| * | fixed help | bellard | 2006-10-28 | 1 | -1/+1 |
| | | |||||
| * | build of cross compilers is optional - added tccdir path | bellard | 2005-04-14 | 1 | -1/+16 |
| | | |||||
| * | copy paste abuse | bellard | 2004-10-08 | 1 | -1/+1 |
| | | |||||
| * | win32 configure | bellard | 2004-10-07 | 1 | -11/+48 |
| | | |||||
| * | added config.texi | bellard | 2003-04-13 | 1 | -6/+4 |
| | | |||||
| * | added configure support | bellard | 2003-04-13 | 1 | -0/+295 |
