mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 21:54:58 -05:00
configure: -masm-syntax-unified does not apply to aarch64
Change-Id: Ida12a60b629ccdea3980bcabc79812e3b97181e8
This commit is contained in:
parent
e94a96cdcf
commit
1203b8657e
1 changed files with 0 additions and 4 deletions
4
tools/configure
vendored
4
tools/configure
vendored
|
|
@ -4773,10 +4773,6 @@ if [ -z "$arch" ]; then
|
||||||
# cpp defines like "#define __ARM_ARCH_8A__ 1" (where we want to extract the 8)
|
# cpp defines like "#define __ARM_ARCH_8A__ 1" (where we want to extract the 8)
|
||||||
arch_version="$(echo $cpp_defines | tr ' ' '\012' | grep __ARM_ARCH | sed -e 's,.*\([0-9]\).*,\1,' | grep -v __ARM_ARCH | head -1)"
|
arch_version="$(echo $cpp_defines | tr ' ' '\012' | grep __ARM_ARCH | sed -e 's,.*\([0-9]\).*,\1,' | grep -v __ARM_ARCH | head -1)"
|
||||||
arch_profile="$(echo "$cpp_defines" | grep 'define __ARM_ARCH_PROFILE' | sed -e 's,.* \([0-9]\+\)$,\1,')"
|
arch_profile="$(echo "$cpp_defines" | grep 'define __ARM_ARCH_PROFILE' | sed -e 's,.* \([0-9]\+\)$,\1,')"
|
||||||
if test "$gccnum" -ge "800"; then
|
|
||||||
# GCC8+ can natively emit unified asm syntax
|
|
||||||
GCCOPTS="$GCCOPTS -masm-syntax-unified"
|
|
||||||
fi
|
|
||||||
case "$arch_profile" in
|
case "$arch_profile" in
|
||||||
65) # Cortex-A
|
65) # Cortex-A
|
||||||
arch_profile=application
|
arch_profile=application
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue