diff options
| author | grischka <grischka> | 2010-12-04 16:47:08 +0100 |
|---|---|---|
| committer | grischka <grischka> | 2010-12-04 16:47:08 +0100 |
| commit | 86ffc4812952f11a35afa19b24a3e6d1a12f4490 (patch) | |
| tree | 7793f0de96d21eae73564d907f97fb25e85a69eb /configure | |
| parent | 2ce9a0e2fe10a4e9a851ff2b8d4c14b36fff5eef (diff) | |
| download | tinycc-86ffc4812952f11a35afa19b24a3e6d1a12f4490.tar.gz tinycc-86ffc4812952f11a35afa19b24a3e6d1a12f4490.tar.bz2 | |
make: new lib/Makefile for libtcc1.a on more platforms
win32/64 cross-compilers now build libtcc1.a and install it
together with the windows headers in a 'win32' sub-directory
of TCCDIR.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -329,7 +329,9 @@ echo "infodir=\$(DESTDIR)$infodir" >> config.mak echo "docdir=\$(DESTDIR)$docdir" >> config.mak echo "#define CONFIG_SYSROOT \"$sysroot\"" >> $TMPH +echo "#ifndef CONFIG_TCCDIR" >> $TMPH echo "#define CONFIG_TCCDIR \"$tccdir\"" >> $TMPH +echo "#endif" >> $TMPH echo "CC=$cc" >> config.mak echo "GCC_MAJOR=$gcc_major" >> config.mak echo "#define GCC_MAJOR $gcc_major" >> $TMPH |
