Skip to content

Commit

Permalink
CHANGE: registered new system ID 0.4.46 as a 64bit Linux using musl
Browse files Browse the repository at this point in the history
… compiler (musl.libc.org)
  • Loading branch information
Oldes committed Feb 11, 2021
1 parent 4d44e99 commit 6809c89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion make/make.r3
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ rebol-tool: to-local-file join %prebuild/r3-make switch/default system/version/4
"Linux ARM" [0.4.20 %../build/linux-arm/ ""]
"Linux ARM bionic (Android)" [0.4.21 %../build/linux-bionic/ ""]
"Linux MIPS" [0.4.30 %../build/linux-mips/ ""]
"Linux x64" [0.4.40 %../build/linux-libc-x64/ ""]
"Linux libc x64" [0.4.40 %../build/linux-libc-x64/ ""]
"Linux musl x64" [0.4.46 %../build/linux-musl-x64/ ""]
]
%-linux ]
5 [%-haiku ]
Expand Down
1 change: 1 addition & 0 deletions src/boot/platforms.reb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ REBOL [
21 bionic-arm
30 libc6-mips
40 libc-x64
46 musl-x64
]

5 Haiku [
Expand Down
1 change: 1 addition & 0 deletions src/tools/systems.reb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ systems: [
[0.4.21 "linux_arm" posix [LEN +O2 PIE LDL ST1 -LM HID]] ; bionic (Android)
[0.4.30 "linux_mips" posix [LEN +O2 PIC LDL ST1 -LM HID]]
[0.4.40 "linux_x64" posix [LEN +O2 PIC LDL ST1 -LM HID L64]] ; core version
[0.4.46 "linux_x64_musl"posix [LEN +O2 PIC LDL ST1 -LM HID L64]]
[0.5.75 "haiku" posix [LEN +O2 ST1 NWK]]
[0.7.02 "freebsd" posix [LEN +O1 ST1 -LM]]
[0.7.40 "freebsd_x64" posix [LEN +O1 ST1 -LM L64]]
Expand Down

0 comments on commit 6809c89

Please # to comment.