]> granicus.if.org Git - libvpx/commitdiff
Include apple arm conversion script
authorJohann <johann.koenig@duck.com>
Fri, 25 Jan 2013 20:11:19 +0000 (12:11 -0800)
committerJohann <johannkoenig@google.com>
Fri, 25 Jan 2013 20:18:39 +0000 (12:18 -0800)
Fix building iOS targets from 'make dist' sources

Change-Id: I0bb9ba2a6d94e57c6cf439a79419af254e4a359c

build/make/Makefile
build/make/ads2gas_apple.pl

index 22d6097bf2842e22e022017f291b9410ba04989e..da7fb03a0bba0244c4f696ce0600740c36eaac8b 100644 (file)
@@ -380,6 +380,7 @@ ifneq ($(call enabled,DIST-SRCS),)
     # Include obj_int_extract if we use offsets from asm_*_offsets
     DIST-SRCS-$(ARCH_ARM)$(ARCH_X86)$(ARCH_X86_64)    += build/make/obj_int_extract.c
     DIST-SRCS-$(ARCH_ARM)    += build/make/ads2gas.pl
+    DIST-SRCS-$(ARCH_ARM)    += build/make/ads2gas_apple.pl
     DIST-SRCS-yes            += $(target:-$(TOOLCHAIN)=).mk
 endif
 INSTALL-SRCS := $(call cond_enabled,CONFIG_INSTALL_SRCS,INSTALL-SRCS)
index 81280bf7850c5cc6065112cc64f91fd7650decd9..51e6fbcbdb1e413b249335319498abf1320b909f 100755 (executable)
 ##
 
 
-# ads2gas.pl
+# ads2gas_apple.pl
 # Author: Eric Fung (efung (at) acm.org)
 #
 # Convert ARM Developer Suite 1.0.1 syntax assembly source to GNU as format
 #
-# Usage: cat inputfile | perl ads2gas.pl > outputfile
+# Usage: cat inputfile | perl ads2gas_apple.pl > outputfile
 #
 print "@ This file was created from a .asm file\n";
 print "@  using the ads2gas_apple.pl script.\n\n";