Skip to content

Commit 4496a9d

Browse files
committed
Slightly fix arm crosscompile export
1 parent aee4cd7 commit 4496a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-avr-gcc.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ elif [[ $CROSS_COMPILE == "osxcross" ]] ; then
3838
export TARGET_OS="OSX"
3939
export OUTPUT_TAG=i386-apple-darwin13
4040

41-
elif [[ $CROSS_COMPILE == "armcross" ]] ; then
41+
elif [[ $CROSS_COMPILE == "arm-cross" ]] ; then
4242

4343
export CC="arm-linux-gnueabihf-gcc"
4444
export CXX="arm-linux-gnueabihf-g++"

0 commit comments

Comments
 (0)