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
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 "@ 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;
print "\t.syntax unified\n";
my %register_aliases;
EXE_SFX=.exe
enable_feature thumb
;;
EXE_SFX=.exe
enable_feature thumb
;;
- *)
- check_add_asflags --defsym ARCHITECTURE=${arch_int}
- ;;
esac
if enabled thumb; then
esac
if enabled thumb; then
fi
arch_int=${tgt_isa##armv}
arch_int=${arch_int%%te}
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
enabled debug && add_asflags -g
add_cflags --gnu
add_cflags --enum_is_int