mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
Patches for Redox as part of the unix target family
This commit is contained in:
parent
1e812da7c2
commit
de017a0666
@ -1 +1,2 @@
|
||||
GIT=https://gitlab.redox-os.org/redox-os/coreutils.git
|
||||
BRANCH=redox-unix
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
GIT=https://gitlab.redox-os.org/redox-os/drivers.git
|
||||
BRANCH=redox-unix
|
||||
CARGOBUILD="build"
|
||||
CARGOFLAGS="--all"
|
||||
|
||||
|
||||
@ -1 +1,2 @@
|
||||
GIT=https://gitlab.redox-os.org/redox-os/logd.git
|
||||
BRANCH=redox-unix
|
||||
|
||||
@ -1 +1,2 @@
|
||||
GIT=https://gitlab.redox-os.org/redox-os/netstack.git
|
||||
BRANCH=redox-unix
|
||||
|
||||
@ -1 +1,2 @@
|
||||
GIT=https://gitlab.redox-os.org/redox-os/netutils.git
|
||||
BRANCH=redox-unix
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
GIT=https://gitlab.redox-os.org/redox-os/orbital.git
|
||||
BRANCH=redox-unix
|
||||
CARGOFLAGS="--bin orbital -- -C lto"
|
||||
DEPENDS="orbdata"
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
GIT=https://gitlab.redox-os.org/redox-os/orbterm.git
|
||||
BRANCH=redox-unix
|
||||
BINDIR=/ui/bin
|
||||
CARGOFLAGS="--bin orbterm -- -C lto"
|
||||
DEPENDS="orbital"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user