Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions conf/setup.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ TARGET-ARCH-FLAGS = -DM32
#TARGET-ARCH = arm-none-eabi
#TARGET-ARCH = sh-elf
TARGET-ARCH = riscv32-elf
GMAKE = /usr/bin/make
GNUSED = /usr/bin/sed
GNUBISON = /usr/bin/bison
GMAKE = /bin/make
GNUSED = /bin/sed
GNUBISON = /bin/bison

#
# On newer versions of macOS (High Sierra), you will need to install gcc
Expand Down