tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] [PATCH] configure: don't set tcc_lddir="lib64" if cpu="x8


From: Sergey Korshunoff
Subject: [Tinycc-devel] [PATCH] configure: don't set tcc_lddir="lib64" if cpu="x86"
Date: Wed, 14 Jan 2015 15:57:25 +0300

Subj.

PS: I can compile a i386-win32-tcc using a commands
/configure --enable-cross --extra-cflags="-DTCC_TARGET_PE -UTCC_IS_NATIVE"
make
gcc -o i386-win32-tcc tcc.o libtcc.a -lm -ldl -I.  -DTCC_TARGET_PE
-fno-strict-aliasing tccpe.c tccrun.c

But this is not enougth. Both tcc (native and a cross one) use the
same prefix /usr/local
Question: where to put a files for i386-win32-tcc (how to configure it right)?

Attachment: 047-configure-x86.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]