We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aee4cd7 commit 4496a9dCopy full SHA for 4496a9d
package-avr-gcc.bash
@@ -38,7 +38,7 @@ elif [[ $CROSS_COMPILE == "osxcross" ]] ; then
38
export TARGET_OS="OSX"
39
export OUTPUT_TAG=i386-apple-darwin13
40
41
-elif [[ $CROSS_COMPILE == "armcross" ]] ; then
+elif [[ $CROSS_COMPILE == "arm-cross" ]] ; then
42
43
export CC="arm-linux-gnueabihf-gcc"
44
export CXX="arm-linux-gnueabihf-g++"
0 commit comments