install-clean-tuning
commit76af94862352a3f1d26249d9ea6f795d107c1d7f
authorseyko <seyko2@gmail.com>
Wed, 4 Mar 2015 08:40:33 +0000 (4 11:40 +0300)
committerseyko <seyko2@gmail.com>
Wed, 4 Mar 2015 08:40:33 +0000 (4 11:40 +0300)
tree02388f7d66c5da6c4e808efb8dded13051780075
parent54fc439e9ec22f15986cb31b229de10dec420398
install-clean-tuning

    * Don't use /usr/local/lib/tcc/libtcc1.a for i386 and x86_64
      A $(tccdir)/i386 directory was used to install a libtcc1.a
      but only when cross compiling. And no x86_64 directory.

    * Build/install i386-tcc/x86_64-tcc and not a tcc
    * Build/install i386-win-tcc/x86_64-win-tcc and not a i386-win-mingw32-tcc/...
    * DEFINES = -DTCC_TARGET_I386... also for i386-tcc and i386-win-tcc
    * Make a symlink tcc to the i386-tcc/x86_64-tcc for a "make test"
    * Build a $(ARCH) directory with a symlink to the libtcc1.a for a "make test"
    * Remove a /usr/local/lib/tcc directory on uninstall
    * Remove a /usr/local/share/doc/tcc directory on uninstall
    * Remove a $(ARCH) directory on "make clean"
    * Remove a *-tcc files on "make clean"
Makefile