Compare commits

...

7 Commits

Author SHA1 Message Date
Jeremy Soller
a6eca10af6
Disable sdl-player 2021-07-19 11:12:29 -06:00
Jeremy Soller
c6a27629bc
Update relibc 2021-07-19 10:14:50 -06:00
Jeremy Soller
24914f1886
Add libgmp 2021-07-19 08:39:16 -06:00
Jeremy Soller
5981d3367f
Re-enable glium 2021-07-19 08:28:39 -06:00
Jeremy Soller
a8bff54cd7
Disable glium recipe 2021-07-19 06:46:53 -06:00
Jeremy Soller
17bf88b390
Ensure that REDOXER_TOOLCHAIN is set for all makefile targets 2021-07-18 20:48:01 -06:00
Jeremy Soller
4935d9f800
Update relibc 2021-07-18 20:21:25 -06:00
5 changed files with 5 additions and 4 deletions

View File

@ -75,6 +75,7 @@ keyboard-sfx = {}
lci = {}
libc-bench = {}
libffi = {}
libgmp = {}
libiconv = {}
libjpeg = {}
libogg = {}
@ -164,7 +165,7 @@ sdl2_ttf = {}
sdl_gfx = {}
sdl_image = {}
sdl_mixer = {}
sdl-player = {}
#sdl-player = {} # wctype_t
#sdl_ttf = {} # configure patch needs to be updated
sed = {}
#servo = {} # some more crates to port

@ -1 +1 @@
Subproject commit d535c4b489c82293c1c755307791eb3a1edfe935
Subproject commit f11560d9785f76dbd80167b0e6ca02eeaca82ac4

View File

@ -51,7 +51,6 @@ KBUILD=build/kernel
export TARGET=$(ARCH)-unknown-redox
BUILD=build/userspace
INSTALLER=\
export REDOXER_TOOLCHAIN="$(ROOT)/$(PREFIX_INSTALL)" && \
export PATH="$(PREFIX_PATH):$$PATH" && \
installer/target/release/redox_installer $(INSTALLER_FLAGS)

View File

@ -5,6 +5,7 @@ PREFIX_PATH=$(ROOT)/$(PREFIX_INSTALL)/bin
export PREFIX_RUSTFLAGS=-L $(ROOT)/$(PREFIX_INSTALL)/$(TARGET)/lib
export RUSTUP_TOOLCHAIN=$(ROOT)/$(PREFIX_INSTALL)
export REDOXER_TOOLCHAIN=$(RUSTUP_TOOLCHAIN)
prefix: $(PREFIX_INSTALL)

2
relibc

@ -1 +1 @@
Subproject commit 98c60c357f8a4ff29c00334469efff56a22cf12c
Subproject commit e051b18490d5675fc7b2b25a86cc51753a5d560f