How to modify source code if I want to compile with mips arch?

Questions about Wine on Linux
Locked
fansmit
Newbie
Newbie
Posts: 1
Joined: Tue Jun 22, 2021 1:28 am

How to modify source code if I want to compile with mips arch?

Post by fansmit »

I want to run win app with mips architecture, which parts of source code should I modify, if the workloads will be quite heavy?
invisible kid
Level 5
Level 5
Posts: 353
Joined: Tue Dec 24, 2019 3:23 pm

Re: How to modify source code if I want to compile with mips arch?

Post by invisible kid »

So I don't know if this has anything to do with your actual problem, but since there is only little to go by, I will post just in case. Apologies if it doesn't apply. When I used to build on ps2linux on a ps2 I would need to add a ./configure option similar to "--target mipsel-unknown-linux-gnu" and that would cause the compiler to generate mips code(in my example above mips + little endian). Good luck.
Locked