Skip to content

Commit 359aa17

Browse files
author
Steve Fan
committed
fixup! firmware: use cargo build-std instead
Signed-off-by: Steve Fan <[email protected]>
1 parent a828fa4 commit 359aa17

File tree

5 files changed

+0
-15
lines changed

5 files changed

+0
-15
lines changed

artiq/firmware/Cargo.lock

-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

artiq/firmware/bootloader/Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ include $(MISOC_DIRECTORY)/software/common.mak
33

44
RUSTFLAGS += -Cpanic=abort
55

6-
export XBUILD_SYSROOT_PATH=$(BUILDINC_DIRECTORY)/../sysroot
7-
86
all:: bootloader.bin
97

108
cargo = cargo build -Z build-std=core

artiq/firmware/ksupport/Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ LDFLAGS += --eh-frame-hdr \
1414

1515
RUSTFLAGS += -Cpanic=unwind
1616

17-
export XBUILD_SYSROOT_PATH=$(BUILDINC_DIRECTORY)/../sysroot
18-
1917
all:: ksupport.elf
2018

2119
cargo = cargo build -Z build-std=core,alloc

artiq/firmware/runtime/Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ LDFLAGS += \
1010

1111
RUSTFLAGS += -Cpanic=unwind
1212

13-
export XBUILD_SYSROOT_PATH=$(BUILDINC_DIRECTORY)/../sysroot
14-
1513
all:: runtime.bin runtime.fbi
1614

1715
cargo = cargo build -Z build-std=core,alloc

artiq/firmware/satman/Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ LDFLAGS += -L../libbase
55

66
RUSTFLAGS += -Cpanic=abort
77

8-
export XBUILD_SYSROOT_PATH=$(BUILDINC_DIRECTORY)/../sysroot
9-
108
all:: satman.bin satman.fbi
119

1210
cargo = cargo build -Z build-std=core

0 commit comments

Comments
 (0)