Skip to content
Snippets Groups Projects
Unverified Commit 45af7364 authored by CNLohr's avatar CNLohr Committed by GitHub
Browse files

Merge pull request #259 from amitesh-singh/ami/fix_arch_compilation

fix compilation for arch linux
parents f3e37e80 c90a5c7e
No related branches found
No related tags found
No related merge requests found
PREFIX?=riscv64-unknown-elf
ifeq ($(OS),Windows_NT)
PREFIX?=riscv64-unknown-elf
else
ifeq (, $(shell which riscv64-unknown-elf-gcc))
PREFIX?=riscv64-elf
else
PREFIX?=riscv64-unknown-elf
endif
endif
CH32V003FUN?=../../ch32v003fun
MINICHLINK?=$(CH32V003FUN)/../minichlink
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment