we don't have avr-size anymore

tmp/arduino-cli-pre-rebase
Jesse Vincent 4 years ago
parent fd7a9dcb1e
commit 216214fb48
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -224,9 +224,6 @@ enable_ccache() {
ln -s "${AVR_AR}" "${CCACHE_WRAPPER_PATH}/${COMPILER_PREFIX}ar"
fi
if ! [ -h "${CCACHE_WRAPPER_PATH}/${COMPILER_PREFIX}size" ]; then
ln -s "${AVR_SIZE}" "${CCACHE_WRAPPER_PATH}/${COMPILER_PREFIX}size"
fi
fi
export CCACHE_PATH=${COMPILER_PATH}/

Loading…
Cancel
Save