Make condition in libtcc1 based on target
commite50f08faa19d66f2d2fd0e3bab4dda3852100d72
authorThomas Preud'homme <robotux@celest.fr>
Sun, 9 Mar 2014 14:15:01 +0000 (9 22:15 +0800)
committerThomas Preud'homme <robotux@celest.fr>
Sun, 9 Mar 2014 14:15:01 +0000 (9 22:15 +0800)
tree1057c24917e84ca3c5bdc9735cbe3aa771b9e9ed
parent33cea54dc7b18e865c355dc1a7fee3a08a63d587
Make condition in libtcc1 based on target

Prior to this commit runtime library was compiled according to the host
because of the macro used to detec what architecture to choose. This
commit fixes this by using the TARGET_* macro instead.
lib/libtcc1.c