aboutsummaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* tcc: re-enable correct option -r supportgrischka2017-02-201-15/+6
| | | | | | | | | | | | | | | Forgot about it. It allows to compile several sources (and other .o's) to one single .o file; tcc -r -o all.o f1.c f2.c f3.S o4.o ... Also: - option -fold-struct-init-code removed, no effect anymore - (tcc_)set_environment() moved to tcc.c - win32/lib/(win)crt1 minor fix & add dependency - debug line output for asm (tcc -c -g xxx.S) enabled - configure/Makefiles: x86-64 -> x86_64 changes - README: cleanup
* Fix building instruction wrt make/gmakeThomas Preud'homme2013-04-081-6/+8
| | | | | | Revert building instruction to mention the use of make instead of gmake but add a note to tell FreeBSD and OSX users to use gmake instead of make.
* Update README,add x86_64/arm,FreeBSD/OSX etc.Jov2013-03-251-7/+8
| | | | | Change make to gmake because make will not be gnu make in some OS like FreeBSD
* configure: support absolete out-of-tree buildsAkim Demaille2012-12-211-2/+2
| | | | | configure: handle the case of absolute paths. Reported by grishka.
* build: fix VPATH buildsAkim Demaille2012-12-181-0/+10
| | | | | | | | | | * configure (fn_dirname): New. Use it to ensure the creation of proper symlinks to Makefiles. (config.mak): Define top_builddir and top_srcdir. (CPPFLAGS): Be sure to find the headers. * Makefile, lib/Makefile, tests/Makefile, tests2/Makefile: Adjust to set VPATH properly. Fix confusion between top_builddir and top_srcdir.
* Document in README that ex4.c can be executed.Thomas Preud'homme2011-07-071-1/+2
|
* Revert "Make examples' shebang use target tcc bindir path"Thomas Preud'homme2011-07-071-2/+1
| | | | This reverts commit cb2138f8b098feb1b51a407343a4b99e25d5b506.
* Make examples' shebang use target tcc bindir pathThomas Preud'homme2011-06-181-1/+2
| | | | | | Use @BINDIR@ in shebang of examples to put the right path on the target system. That is, use #!/usr/local/bin/tcc if tcc is installed in /usr/local/bin and #!/usr/bin/tcc if tcc is installed in /usr/bin/tcc.
* win32: readme.txt->tcc-win32.txt, update tcc-docgrischka2009-04-181-3/+2
|
* updatebellard2005-06-171-3/+4
|
* updatebellard2003-10-051-1/+1
|
* changed license to LGPLbellard2003-05-241-5/+2
|
* updatebellard2003-04-131-1/+1
|
* added configure supportbellard2003-04-131-5/+6
|
* updatebellard2002-12-081-1/+6
|
* updatebellard2002-07-241-32/+0
|
* better license termsbellard2002-03-171-2/+2
|
* updatebellard2002-03-031-3/+1
|
* updatebellard2002-01-051-24/+12
|
* updatebellard2001-12-171-42/+7
|
* updatebellard2001-12-021-31/+18
|
* updatebellard2001-11-181-29/+50
|
* updatebellard2001-11-111-8/+39
|
* updatebellard2001-11-111-31/+111
|
* updatedbellard2001-10-281-0/+49