alarm/kodi-rpi: update comment

This commit is contained in:
graysky 2022-03-08 16:27:33 -05:00
parent 18dded5faf
commit 2f79560ec6

View file

@ -118,6 +118,8 @@ build() {
export CFLAGS+=" -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard"
export CXXFLAGS="${CFLAGS}"
elif [[ $CARCH = "aarch64" ]]; then
# note that we use a value of cortex-a53 here to allow RPi3 and RPi4 to use the same package
# consistent with rationale of previous comment
export CFLAGS+=" -mcpu=cortex-a53"
export CXXFLAGS="${CFLAGS}"
fi