summarylogtreecommitdiffstats
path: root/hifive1-sdk.install
blob: 603a5fb6e5c9c0ffb0a24791b6f611b319c93c27 (plain)
1
2
3
4
5
6
7
8
post_install () {
    echo ">>> NOTE: Currently, the whole stuff are put in /opt/hifive-sdk."
    echo ">>>       According to the guideline, this will be fixed soon."
    echo ">>>       "
    echo ">>>       The recommanded way to use this toolchain is to copy the"
    echo ">>>       directory, and follow the Official Getting Start Guide. "
    echo ">>>       Basically, make software PROGRAM=... "
}