Patches for Redox as part of the unix target family

This commit is contained in:
Jeremy Soller 2019-04-24 21:07:51 -06:00
parent 1e812da7c2
commit de017a0666
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1
7 changed files with 7 additions and 0 deletions

View File

@ -1 +1,2 @@
GIT=https://gitlab.redox-os.org/redox-os/coreutils.git
BRANCH=redox-unix

View File

@ -1,4 +1,5 @@
GIT=https://gitlab.redox-os.org/redox-os/drivers.git
BRANCH=redox-unix
CARGOBUILD="build"
CARGOFLAGS="--all"

View File

@ -1 +1,2 @@
GIT=https://gitlab.redox-os.org/redox-os/logd.git
BRANCH=redox-unix

View File

@ -1 +1,2 @@
GIT=https://gitlab.redox-os.org/redox-os/netstack.git
BRANCH=redox-unix

View File

@ -1 +1,2 @@
GIT=https://gitlab.redox-os.org/redox-os/netutils.git
BRANCH=redox-unix

View File

@ -1,3 +1,4 @@
GIT=https://gitlab.redox-os.org/redox-os/orbital.git
BRANCH=redox-unix
CARGOFLAGS="--bin orbital -- -C lto"
DEPENDS="orbdata"

View File

@ -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"