aboutsummaryrefslogtreecommitdiff
path: root/cmake/ps1-toolchain.cmake
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi92@disroot.org>2025-07-04 00:55:59 +0200
committerXavier Del Campo Romero <xavi92@disroot.org>2025-07-06 22:21:50 +0200
commit892ecce78dec37a1b2701611dd72986442cd094d (patch)
treebbd7fb0a0229795bf52d0b8a9ff9b06251363a67 /cmake/ps1-toolchain.cmake
parent99554cc243c4b2ec290639a04ebc2f189890d6dd (diff)
downloadwnix-892ecce78dec37a1b2701611dd72986442cd094d.tar.gz
Import project skeleton from rts
https://gitea.privatedns.org/xavi/rts
Diffstat (limited to 'cmake/ps1-toolchain.cmake')
-rw-r--r--cmake/ps1-toolchain.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/ps1-toolchain.cmake b/cmake/ps1-toolchain.cmake
new file mode 100644
index 0000000..26acbd9
--- /dev/null
+++ b/cmake/ps1-toolchain.cmake
@@ -0,0 +1,2 @@
+set(CMAKE_C_COMPILER psx-gcc)
+set(CMAKE_AR mipsel-unknown-elf-ar)