1
0
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:
thor
2017-04-14 11:51:22 +00:00
parent 54420c3d06
commit 3575dc41ce
2 changed files with 4 additions and 4 deletions

3
NEWS
View File

@@ -6,6 +6,9 @@
- Fix build with non-GNU make by using plain rm -f instead of silly $(RM)
in libout123/modules makefile fragment.
- 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
the string if the pointer is non-null, not if it is null).

View File

@@ -551,10 +551,7 @@ fi
sys_cppflags=
newoldwritesample=disabled
case $host in
aarch64-*-linux*|arm64-*-linux*)
cpu_type="aarch64"
;;
aarch64-apple-darwin*|arm64-apple-darwin*)
aarch64-*linux*|arm64-*linux*|aarch64-*bsd*|arm64-*bsd*|aarch64-apple-darwin*|arm64-apple-darwin*)
cpu_type="aarch64"
;;
arm*-*-linux*-*eabihf|armv7hl*-*-linux*)