mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +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 CFLAGS+=" -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard"
|
||||||
export CXXFLAGS="${CFLAGS}"
|
export CXXFLAGS="${CFLAGS}"
|
||||||
elif [[ $CARCH = "aarch64" ]]; then
|
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 CFLAGS+=" -mcpu=cortex-a53"
|
||||||
export CXXFLAGS="${CFLAGS}"
|
export CXXFLAGS="${CFLAGS}"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue