Merge branch 'kirr/tcc-MD' into mob
commit9775aea1ab634a74cd4254df85e93d4cbf098cce
authorKirill Smelkov <kirr@mns.spb.ru>
Mon, 21 Jun 2010 16:50:32 +0000 (21 20:50 +0400)
committerKirill Smelkov <kirr@mns.spb.ru>
Mon, 21 Jun 2010 16:50:41 +0000 (21 20:50 +0400)
treedbdf8823c5c64ef3d4d40749401c9cb129f3521d
parent3ba37e1e3f1d942c3115406cdccf01ce84d53bee
parent2fe5210a33556ed18bc878046d39e25964a52840
Merge branch 'kirr/tcc-MD' into mob

Hello up there.

I'm trying to change gcc to tcc for faster develpment on slow machines,
and the first obstacle that turned out was lack of dependency generation
on tcc side.

Attached patches try to fix that.

Thanks,
Kirill

* tcc-MD:
  .gitignore += tags
  tcc: Explicitly require -l<lib> for libraries
  Document what tcc_fileextension does
  tcc -E: Let output_default be <file>.o instead of a.out
  tcc: Draft suppoprt for -MD/-MF options
  tcc: Refactor "compute default outfile name" into libtcc function
  Add input files/libs and reloc_output switch to TCCState
  tcc: Fix typo in error (it's '%s', not '%s)
  chmod a-x i386-gen.c
  .gitignore += *.o *.a
  .cvsignore -> .gitignore