ref: 4bc723fabc976ba110c841e28f3db6049e89a25e
parent: cc55568fef1f08d033dc9bd7a080f7d77a4a53ca
author: Johann <johannkoenig@google.com>
date: Tue Apr 23 05:47:56 EDT 2019
remove ARCHITECTURE definition In the distant past this was used to distinguish between armv5/6/7 targets when building the assembly files. The project has not supported armv5/6 for a long time. BUG=webm:1623 Change-Id: Ibec70e6624b651df0fa6f882ab6f201dc73e92e2
--- a/build/make/ads2gas_apple.pl
+++ b/build/make/ads2gas_apple.pl
@@ -21,7 +21,6 @@
print "@ This file was created from a .asm file\n";
print "@ using the ads2gas_apple.pl script.\n\n";
print "\t.set WIDE_REFERENCE, 0\n";
-print "\t.set ARCHITECTURE, 5\n";
print "\t.syntax unified\n";
my %register_aliases;
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -1016,9 +1016,6 @@
EXE_SFX=.exe
enable_feature thumb
;;
- *)
- check_add_asflags --defsym ARCHITECTURE=${arch_int}
- ;;
esac
if enabled thumb; then
@@ -1090,7 +1087,6 @@
fi
arch_int=${tgt_isa##armv}
arch_int=${arch_int%%te}
- check_add_asflags --pd "\"ARCHITECTURE SETA ${arch_int}\""
enabled debug && add_asflags -g
add_cflags --gnu
add_cflags --enum_is_int