Add a --multiarch-triplet switch to configure
commit76adc5770f4ab5b1aaa2e5dde6104efc06431fe2
authorThomas Preud'homme <thomas.preudhomme@celest.fr>
Mon, 1 Aug 2011 20:32:44 +0000 (1 22:32 +0200)
committerThomas Preud'homme <thomas.preudhomme@celest.fr>
Mon, 1 Aug 2011 22:31:17 +0000 (2 00:31 +0200)
treea3d2f62a38009d395f0b95538946b487e5764470
parent5e954fef32ec8b630132c230793e0f3faca34e0a
Add a --multiarch-triplet switch to configure

Add a --multiarch-triplet switch to configure. The switch will allow
files to be search for each default path in path/<triplet> and then
path.
Default paths handled that way:
- CONFIG_TCC_SYSINCLUDE_PATHS
- CONFIG_TCC_LIBPATH
- path to crt*.o
- path to libgcc_s.so.1

Path missing: elf interpreter path (will be handled in another commit)
configure
libtcc.c
tcc.h
tccelf.c