Don't load libtcc1 on arch where it doesn't exist
commit2220467fcf27dbdf6b0d6d8cc56eb65bc35a78ab
authorThomas Preud'homme <thomas.preudhomme@celest.fr>
Tue, 27 Apr 2010 18:13:19 +0000 (27 20:13 +0200)
committerThomas Preud'homme <thomas.preudhomme@celest.fr>
Sat, 1 May 2010 15:20:28 +0000 (1 17:20 +0200)
treeda1dd07473f10d07b54c23a77941f9d0ed574311
parenta28b18fa16edaeb6bc7d34cf1ddac690b27ba610
Don't load libtcc1 on arch where it doesn't exist

ARM architecture doesn't have any libtcc1 implementation but tcc load
libtcc1.a in all case. This patch add a conditional preprocessor
instruction to load libtcc1.a only when there is an implementation for
the target architecture.
Makefile
tccelf.c