make/common/NativeCompilation.gmk
changeset 22473 210fdf11f9df
parent 22178 5193a7e23f14
parent 22469 f8c0670baf03
child 22721 63761da45392
--- a/make/common/NativeCompilation.gmk	Tue Jan 28 11:21:26 2014 -0800
+++ b/make/common/NativeCompilation.gmk	Tue Jan 28 14:10:47 2014 -0800
@@ -512,7 +512,7 @@
     # Generating a static library, ie object file archive.
     $$($1_TARGET) : $$($1_EXPECTED_OBJS) $$($1_RES)
 	$$(call ARCHIVING_MSG,$$($1_LIBRARY))
-	$(AR) $$($1_AR_FLAGS) $(AR_OUT_OPTION)$$($1_TARGET) $$($1_EXPECTED_OBJS) \
+	$(AR) $$($1_ARFLAGS) $(AR_OUT_OPTION)$$($1_TARGET) $$($1_EXPECTED_OBJS) \
 	    $$($1_RES) $$($1_LDFLAGS_SUFFIX) $$($1_EXTRA_LDFLAGS_SUFFIX)
   endif