mirror of
http://mpg123.de/trunk/.git
synced 2025-10-29 14:09:21 +03:00
also nable aarch64 for *BSD
git-svn-id: svn://scm.orgis.org/mpg123/trunk@4214 35dc7657-300d-0410-a2e5-dc2837fedb53
This commit is contained in:
3
NEWS
3
NEWS
@@ -6,6 +6,9 @@
|
|||||||
- Fix build with non-GNU make by using plain rm -f instead of silly $(RM)
|
- Fix build with non-GNU make by using plain rm -f instead of silly $(RM)
|
||||||
in libout123/modules makefile fragment.
|
in libout123/modules makefile fragment.
|
||||||
- Make build work on iOS, including coreaudio backend.
|
- Make build work on iOS, including coreaudio backend.
|
||||||
|
- Enable ARM64 optimisations on *BSD by default, too. You can always
|
||||||
|
use --enable-buffer and --with-optimisation to override that stupid
|
||||||
|
OS whitelist, anyway.
|
||||||
- out123: Fix stupid crash with verbose mode and tone generation (print
|
- out123: Fix stupid crash with verbose mode and tone generation (print
|
||||||
the string if the pointer is non-null, not if it is null).
|
the string if the pointer is non-null, not if it is null).
|
||||||
|
|
||||||
|
|||||||
@@ -551,10 +551,7 @@ fi
|
|||||||
sys_cppflags=
|
sys_cppflags=
|
||||||
newoldwritesample=disabled
|
newoldwritesample=disabled
|
||||||
case $host in
|
case $host in
|
||||||
aarch64-*-linux*|arm64-*-linux*)
|
aarch64-*linux*|arm64-*linux*|aarch64-*bsd*|arm64-*bsd*|aarch64-apple-darwin*|arm64-apple-darwin*)
|
||||||
cpu_type="aarch64"
|
|
||||||
;;
|
|
||||||
aarch64-apple-darwin*|arm64-apple-darwin*)
|
|
||||||
cpu_type="aarch64"
|
cpu_type="aarch64"
|
||||||
;;
|
;;
|
||||||
arm*-*-linux*-*eabihf|armv7hl*-*-linux*)
|
arm*-*-linux*-*eabihf|armv7hl*-*-linux*)
|
||||||
|
|||||||
Reference in New Issue
Block a user