Skip to content

Commit 6809c89

Browse files
committed
CHANGE: registered new system ID 0.4.46 as a 64bit Linux using musl compiler (musl.libc.org)
1 parent 4d44e99 commit 6809c89

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

make/make.r3

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ rebol-tool: to-local-file join %prebuild/r3-make switch/default system/version/4
5959
"Linux ARM" [0.4.20 %../build/linux-arm/ ""]
6060
"Linux ARM bionic (Android)" [0.4.21 %../build/linux-bionic/ ""]
6161
"Linux MIPS" [0.4.30 %../build/linux-mips/ ""]
62-
"Linux x64" [0.4.40 %../build/linux-libc-x64/ ""]
62+
"Linux libc x64" [0.4.40 %../build/linux-libc-x64/ ""]
63+
"Linux musl x64" [0.4.46 %../build/linux-musl-x64/ ""]
6364
]
6465
%-linux ]
6566
5 [%-haiku ]

src/boot/platforms.reb

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ REBOL [
4545
21 bionic-arm
4646
30 libc6-mips
4747
40 libc-x64
48+
46 musl-x64
4849
]
4950

5051
5 Haiku [

src/tools/systems.reb

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ systems: [
3434
[0.4.21 "linux_arm" posix [LEN +O2 PIE LDL ST1 -LM HID]] ; bionic (Android)
3535
[0.4.30 "linux_mips" posix [LEN +O2 PIC LDL ST1 -LM HID]]
3636
[0.4.40 "linux_x64" posix [LEN +O2 PIC LDL ST1 -LM HID L64]] ; core version
37+
[0.4.46 "linux_x64_musl"posix [LEN +O2 PIC LDL ST1 -LM HID L64]]
3738
[0.5.75 "haiku" posix [LEN +O2 ST1 NWK]]
3839
[0.7.02 "freebsd" posix [LEN +O1 ST1 -LM]]
3940
[0.7.40 "freebsd_x64" posix [LEN +O1 ST1 -LM L64]]

0 commit comments

Comments
 (0)