summaryrefslogtreecommitdiff
path: root/build/make/configure.sh
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2015-09-10 12:54:01 -0700
committerJames Zern <jzern@google.com>2015-09-10 12:54:01 -0700
commit1b3d77536626515f9040b8646cbf72daf9a59747 (patch)
treeead7c1ca57e18d580b41153eb91295b4017385c4 /build/make/configure.sh
parent09969ac9a29cdf8528e6980425a6df2c13674100 (diff)
downloadlibvpx-1b3d77536626515f9040b8646cbf72daf9a59747.tar
libvpx-1b3d77536626515f9040b8646cbf72daf9a59747.tar.gz
libvpx-1b3d77536626515f9040b8646cbf72daf9a59747.tar.bz2
libvpx-1b3d77536626515f9040b8646cbf72daf9a59747.zip
build: modify default ARFLAGS / .a target
remove 'u' and specify all objects to allow objects with the same basename to be added and a incremental rebuild to succeed fixes issue #1067 Change-Id: Id0ebc89be826a026f1bbf21b4e32a2b1af45154d
Diffstat (limited to 'build/make/configure.sh')
-rw-r--r--build/make/configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/make/configure.sh b/build/make/configure.sh
index 9b6d8201f..12b994963 100644
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -428,7 +428,7 @@ NM=${NM}
CFLAGS = ${CFLAGS}
CXXFLAGS = ${CXXFLAGS}
-ARFLAGS = -rus\$(if \$(quiet),c,v)
+ARFLAGS = -crs\$(if \$(quiet),,v)
LDFLAGS = ${LDFLAGS}
ASFLAGS = ${ASFLAGS}
extralibs = ${extralibs}