remove ARCHITECTURE definition
authorJohann <johannkoenig@google.com>
Tue, 23 Apr 2019 16:47:56 +0000 (09:47 -0700)
committerJohann <johannkoenig@google.com>
Tue, 23 Apr 2019 16:48:35 +0000 (09:48 -0700)
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

build/make/ads2gas_apple.pl
build/make/configure.sh

index 51248f7..9f2b7d9 100755 (executable)
@@ -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;
index 00214c9..ce3ba55 100644 (file)
@@ -1016,9 +1016,6 @@ EOF
               EXE_SFX=.exe
               enable_feature thumb
               ;;
-            *)
-              check_add_asflags --defsym ARCHITECTURE=${arch_int}
-              ;;
           esac
 
           if enabled thumb; then
@@ -1090,7 +1087,6 @@ EOF
           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