We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6f39a commit 613ebe2Copy full SHA for 613ebe2
arm.in
@@ -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'
+TARGET=arm-none-eabi
+TARGET_OPTIONS=
riscv.in
@@ -0,0 +1,2 @@
+TARGET=riscv64-unknown-elf
0 commit comments