aboutsummaryrefslogtreecommitdiff
path: root/cmake/ps1-toolchain.cmake
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-06-06 21:50:38 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-06-07 23:32:32 +0200
commit6712c8ef22e12647f417cfc23eefe52bcb3906a2 (patch)
treed54ed4a2ec36005b4d7de7b26d530b02c263876f /cmake/ps1-toolchain.cmake
parent7b8c0725f0d1ff0f4ae4b2f24e512ffff73bf647 (diff)
downloadjancity-6712c8ef22e12647f417cfc23eefe52bcb3906a2.tar.gz
CMakeLists.txt: move target-specific logic away
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)