Skip to content

Commit

Permalink
Adds shabang to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
vilukissa68 committed May 10, 2024
1 parent 04037bc commit 81a0e00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/headsail-bsp-ffi/Justfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build-sysctrl:
cargo build --target=riscv32imc-unknown-none-elf -Fpanic-uart
sh weaken_compiler_builtins.sh
./weaken_compiler_builtins.sh

build-hpc:
cargo build --target=riscv64imac-unknown-none-elf -Fpanic-uart
sh weaken_compiler_builtins.sh
./weaken_compiler_builtins.sh
1 change: 1 addition & 0 deletions examples/headsail-bsp-ffi/weaken_compiler_builtins.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
mkdir -p tmp/
cd tmp
ARCH=riscv64-unknown-elf
Expand Down

0 comments on commit 81a0e00

Please sign in to comment.