Skip to content

Commit

Permalink
fixup! firmware: use cargo build-std instead
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Fan <sf@m-labs.hk>
  • Loading branch information
Steve Fan committed Nov 26, 2021
1 parent a828fa4 commit 359aa17
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
7 changes: 0 additions & 7 deletions artiq/firmware/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions artiq/firmware/bootloader/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ include $(MISOC_DIRECTORY)/software/common.mak

RUSTFLAGS += -Cpanic=abort

export XBUILD_SYSROOT_PATH=$(BUILDINC_DIRECTORY)/../sysroot

all:: bootloader.bin

cargo = cargo build -Z build-std=core
Expand Down
2 changes: 0 additions & 2 deletions artiq/firmware/ksupport/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ LDFLAGS += --eh-frame-hdr \

RUSTFLAGS += -Cpanic=unwind

export XBUILD_SYSROOT_PATH=$(BUILDINC_DIRECTORY)/../sysroot

all:: ksupport.elf

cargo = cargo build -Z build-std=core,alloc
Expand Down
2 changes: 0 additions & 2 deletions artiq/firmware/runtime/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ LDFLAGS += \

RUSTFLAGS += -Cpanic=unwind

export XBUILD_SYSROOT_PATH=$(BUILDINC_DIRECTORY)/../sysroot

all:: runtime.bin runtime.fbi

cargo = cargo build -Z build-std=core,alloc
Expand Down
2 changes: 0 additions & 2 deletions artiq/firmware/satman/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ LDFLAGS += -L../libbase

RUSTFLAGS += -Cpanic=abort

export XBUILD_SYSROOT_PATH=$(BUILDINC_DIRECTORY)/../sysroot

all:: satman.bin satman.fbi

cargo = cargo build -Z build-std=core
Expand Down

0 comments on commit 359aa17

Please sign in to comment.