build: modify default ARFLAGS / .a target
authorJames Zern <jzern@google.com>
Thu, 10 Sep 2015 19:54:01 +0000 (12:54 -0700)
committerJames Zern <jzern@google.com>
Thu, 10 Sep 2015 19:54:01 +0000 (12:54 -0700)
commit1b3d77536626515f9040b8646cbf72daf9a59747
treeead7c1ca57e18d580b41153eb91295b4017385c4
parent09969ac9a29cdf8528e6980425a6df2c13674100
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
build/make/Makefile
build/make/configure.sh