log make/make.sh @ 591:18192dd26583

age author description
Sun, 06 Apr 2008 17:30:40 -0500 Rob Landley Fix make/make.sh after that last checking (I broke it) and speed up selftest.sh
Sun, 06 Apr 2008 17:02:18 -0500 Rob Landley Replace old "DEBUG=echo" with "VERBOSE=1", which shows the command lines
Thu, 03 Apr 2008 22:53:32 -0500 Rob Landley Remove c67 and win32 from make all until I have a test environment for them.
Tue, 18 Mar 2008 18:50:19 -0500 Rob Landley Make cross compiling a little easier. (Currently isn't building libtinyccrt
Sat, 15 Mar 2008 21:23:24 -0500 Rob Landley The dynamic linker location belongs in configure, move it there.
Sat, 15 Mar 2008 20:10:47 -0500 Rob Landley Update the version info. (Oops.)
Tue, 11 Mar 2008 23:51:35 -0500 Rob Landley Add a Makefile with some make/* wrappers, for UI reasons. Remove CC_CRTDIR
Sat, 08 Mar 2008 12:06:21 -0600 Rob Landley Add "all" target, and require user to specify the target they want to build.
Thu, 03 Jan 2008 15:04:21 -0600 Rob Landley Rename runtime library to libtinyccrt-$ARCH.a, build libtinycc-$ARCH.so to
Thu, 27 Dec 2007 20:53:10 -0600 Rob Landley Split option parsing logic into a separate source file.
Mon, 10 Dec 2007 19:54:16 -0600 Rob Landley As long as there's only one target, make the "tinycc" symlink. (Need to 0.9.25-pre1
Mon, 10 Dec 2007 19:53:08 -0600 Rob Landley Neither are arm and c67. Since all I've tested is i386 (and after a quick
Mon, 10 Dec 2007 18:09:34 -0600 Rob Landley The win32 target isn't working at the moment, worry about it when
Sat, 08 Dec 2007 23:37:33 -0600 Rob Landley Finish make/install.sh, and update make/make.sh to use one TINYCC_INSTALLDIR
Fri, 07 Dec 2007 11:30:34 -0600 Rob Landley Unfortunately gcc defines things like "i386" to 1 (and not just __i386__
Wed, 05 Dec 2007 20:31:56 -0600 Rob Landley Convert other config symbols to not need quotes around them.
Wed, 05 Dec 2007 18:33:34 -0600 Rob Landley Look for the right libtinycc name, add TOSTR() macro, tweak make/make.sh to
Mon, 26 Nov 2007 06:03:53 -0600 Rob Landley Add make.sh back, along with clean.sh and install.sh.