Skip to content

Commit

Permalink
Add support for e2k (#2388)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-a-sattarov authored Dec 24, 2024
1 parent bffc9fb commit 97f4040
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/_premake_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
p.RISCV64,
p.LOONGARCH64,
p.WASM32,
p.WASM64
p.WASM64,
p.E2K
},
aliases = {
i386 = p.X86,
Expand Down
1 change: 1 addition & 0 deletions src/base/_foundation.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
premake.LOONGARCH64 = "loongarch64"
premake.WASM32 = "wasm32"
premake.WASM64 = "wasm64"
premake.E2K = "e2k"


---
Expand Down
1 change: 1 addition & 0 deletions website/docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ architecture ("value")
* `loongarch64`
* `wasm32`,
* `wasm64`,
* `e2k`,
* `armv5`: Only supported in VSAndroid projects
* `armv7`: Only supported in VSAndroid projects
* `aarch64`: Only supported in VSAndroid projects
Expand Down

0 comments on commit 97f4040

Please sign in to comment.