mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
alarm/kodi-rpi: update comment
This commit is contained in:
parent
18dded5faf
commit
2f79560ec6
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue