]> granicus.if.org Git - libvpx/commitdiff
Use OFFSET_PATTERN from libs.mk
authorJohann <johannkoenig@google.com>
Thu, 12 Apr 2012 18:32:17 +0000 (11:32 -0700)
committerJohann <johannkoenig@google.com>
Thu, 12 Apr 2012 18:33:09 +0000 (11:33 -0700)
Forestall possible issues with -ggdb3
https://gerrit.chromium.org/gerrit/16160
https://trac.macports.org/ticket/33285

Change-Id: Ied274f70004709800576a803afa91e1b0f6eb02b

build/make/Android.mk

index bb07e3055b97dc3f64718f7983eb3265f6443c00..6fcd4aec3adef2ef914eb63bbdcb89884eab9e9e 100644 (file)
@@ -99,7 +99,7 @@ $$(eval $$(call ev-build-file))
 
 $(1) : $$(_OBJ) $(2)
        @mkdir -p $$(dir $$@)
-       @grep -w EQU $$< | tr -d '\#' | $(CONFIG_DIR)/$(ASM_CONVERSION) > $$@
+       @grep $(OFFSET_PATTERN) $$< | tr -d '\#' | $(CONFIG_DIR)/$(ASM_CONVERSION) > $$@
 endef
 
 # Use ads2gas script to convert from RVCT format to GAS format.  This passes