libjit
[Top][All Lists]
Advanced

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

crosscompiling libjit


From: docB
Subject: crosscompiling libjit
Date: Sat, 9 Sep 2023 09:57:56 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

hi i am trying to cross compile libjit:

git clone "https://git.savannah.gnu.org/git/libjit.git" dep/libjit
cd dep/libjit && ./bootstrap && ./configure --with-pic --host=i686-w64-mingw32 --build=i686-pc-linux-gnu --target=i686-pc-linux-gnu && make -j25

this does not work as the tool gen-apply is compiled for windows.

any hints how to get it work?

Thanks.



reply via email to

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