ido7.1_irix4 added - #2068
Conversation
|
Any script to run the compiler should be packaged along with the compiler, not part of this repo |
|
Which compiler? The ido 7.1 one? Or a new one? |
|
Any compiler. But that |
|
Yeah makes sense... will move to compilers. Thanks! |
|
@mkst OK I created decompme/compilers#79 to have the script live there. Let me know if anything else needs changing! |
| platform=N64, | ||
| base_compiler=IDO71, | ||
| cc='"${COMPILER_DIR}/cc-irix4"' | ||
| ' --frontend "${COMPILER_DIR}/../ido4.1" --backend "${COMPILER_DIR}"' |
There was a problem hiding this comment.
Have you tested this? I was (am?) expecting the ido 7.1 bundle to include irix4 along with qemu-irix and whatever else is required, maybe ../ works but it would need testing to confirm..
|
Sorry for my terseness, I'm not home and replying on mobile which isn't a particularly enjoyable experience 😅 |
|
No rush to test! I had to run and I'm not sure if i messed something up in my haste so I'll look deeper when i get another chance |
This is an attempt to get a more generic solution added than what was attempted in #2060. Since all the binaries are there, it uses a script to create the compiler. Hopefully this is acceptable, but if not please suggest alternatives!