Skip to content

Commit 613ebe2

Browse files
Add ARM and RISCV
1 parent 0a6f39a commit 613ebe2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

arm.in

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
#arm
2-
# it's pretty hard to build proper cortex-{TYPE}{ver} multilib. We decide to use
3-
# https://launchpad.net/gcc-arm-embedded. 4.9-2015-q1-update is known to work.
4-
error_exit 'Please, download and install https://launchpad.net/gcc-arm-embedded'
1+
TARGET=arm-none-eabi
2+
TARGET_OPTIONS=

riscv.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
TARGET=riscv64-unknown-elf
2+
TARGET_OPTIONS=

0 commit comments

Comments
 (0)