Skip to content

Commit

Permalink
Release v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-tarassov committed Mar 20, 2022
1 parent 2b551be commit 6d89de7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ workspace/gcc/riscv: workspace/gcc/tools.tar.gz
debian-riscv64/initrd:
mkdir -p debian-riscv64
curl --netrc --location --header 'Accept: application/octet-stream' \
https://api.github.com/repos/eugene-tarassov/vivado-risc-v/releases/assets/37912705 \
https://api.github.com/repos/eugene-tarassov/vivado-risc-v/releases/assets/59988402 \
-o $@.tmp
mv $@.tmp $@

debian-riscv64/rootfs.tar.gz:
mkdir -p debian-riscv64
curl --netrc --location --header 'Accept: application/octet-stream' \
https://api.github.com/repos/eugene-tarassov/vivado-risc-v/releases/assets/37912707 \
https://api.github.com/repos/eugene-tarassov/vivado-risc-v/releases/assets/59988403 \
-o $@.tmp
mv $@.tmp $@

Expand Down
4 changes: 3 additions & 1 deletion patches/linux.config
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,9 @@ CONFIG_HAVE_ARCH_JUMP_LABEL=y
CONFIG_HAVE_ARCH_JUMP_LABEL_RELATIVE=y
CONFIG_HAVE_ARCH_SECCOMP=y
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
# CONFIG_SECCOMP is not set
CONFIG_SECCOMP=y
CONFIG_SECCOMP_FILTER=y
# CONFIG_SECCOMP_CACHE_DEBUG is not set
CONFIG_HAVE_STACKPROTECTOR=y
CONFIG_STACKPROTECTOR=y
CONFIG_STACKPROTECTOR_STRONG=y
Expand Down

0 comments on commit 6d89de7

Please sign in to comment.