Remove --cfg redox
This commit is contained in:
parent
7bbd3bd1bc
commit
2d853ed622
4
Makefile
4
Makefile
|
@ -13,10 +13,10 @@ KCARGOFLAGS=--target $(KTARGET).json --release -- -C soft-float
|
||||||
TARGET=$(ARCH)-unknown-redox
|
TARGET=$(ARCH)-unknown-redox
|
||||||
BUILD=build/userspace
|
BUILD=build/userspace
|
||||||
RUSTC=./rustc.sh
|
RUSTC=./rustc.sh
|
||||||
RUSTCFLAGS=--target $(TARGET).json -C opt-level=2 -C debuginfo=0 --cfg redox
|
RUSTCFLAGS=--target $(TARGET).json -C opt-level=2 -C debuginfo=0
|
||||||
RUSTDOC=./rustdoc.sh
|
RUSTDOC=./rustdoc.sh
|
||||||
CARGO=RUSTC="$(RUSTC)" RUSTDOC="$(RUSTDOC)" cargo
|
CARGO=RUSTC="$(RUSTC)" RUSTDOC="$(RUSTDOC)" cargo
|
||||||
CARGOFLAGS=--target $(TARGET).json --release -- --cfg redox
|
CARGOFLAGS=--target $(TARGET).json --release --
|
||||||
|
|
||||||
# Default targets
|
# Default targets
|
||||||
.PHONY: all clean doc ref update qemu bochs drivers schemes coreutils extrautils netutils userutils wireshark FORCE
|
.PHONY: all clean doc ref update qemu bochs drivers schemes coreutils extrautils netutils userutils wireshark FORCE
|
||||||
|
|
2
libstd
2
libstd
|
@ -1 +1 @@
|
||||||
Subproject commit c98bf6a5038229eb7eda07068f6d5d6c0b061253
|
Subproject commit 166a1f0a468205c7166791563d00e663559a8e93
|
2
rust
2
rust
|
@ -1 +1 @@
|
||||||
Subproject commit 79a8c272fb8ad09600ef58ff223c73eb44343040
|
Subproject commit 25e1a4a0084a56807d7a1e4ca676e078c085b3aa
|
Loading…
Reference in a new issue