Skip to content

Commit

Permalink
Mention the new supported target
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed May 30, 2024
1 parent 655483b commit 78729de
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions mips-unknown-linux-musl.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash

declare packages=()

declare extra_configure_flags=''

declare triplet='mips-unknown-linux-musl'

declare ld='ld-musl-mips.so.1'

declare sysroot='https://web.archive.org/web/0if_/https://ftp.barfooze.de/pub/sabotage/sabotage-0.9.7-mips-rootfs.tar.xz'

declare os='sabotage'
13 changes: 13 additions & 0 deletions mipsel-unknown-linux-musl.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash

declare packages=()

declare extra_configure_flags=''

declare triplet='mipsel-unknown-linux-musl'

declare ld='ld-musl-mips.so.1'

declare sysroot='https://web.archive.org/web/0if_/http://ftp.barfooze.de/pub/sabotage/sabotage-0.9.7-mipsel-rootfs.tar.xz'

declare os='sabotage'

0 comments on commit 78729de

Please sign in to comment.