make/common/NativeCompilation.gmk

changeset 1028
feeb67be5886
parent 974
46696858adab
child 1133
50aaf272884f
child 1409
c255ee6d08bb
     1.1 --- a/make/common/NativeCompilation.gmk	Mon Mar 31 14:06:57 2014 -0700
     1.2 +++ b/make/common/NativeCompilation.gmk	Wed Apr 02 10:01:38 2014 -0700
     1.3 @@ -501,7 +501,7 @@
     1.4      # Generating a static library, ie object file archive.
     1.5      $$($1_TARGET) : $$($1_EXPECTED_OBJS) $$($1_RES)
     1.6  	$$(call ARCHIVING_MSG,$$($1_LIBRARY))
     1.7 -	$(AR) $$($1_AR_FLAGS) $(AR_OUT_OPTION)$$($1_TARGET) $$($1_EXPECTED_OBJS) \
     1.8 +	$(AR) $$($1_ARFLAGS) $(AR_OUT_OPTION)$$($1_TARGET) $$($1_EXPECTED_OBJS) \
     1.9  	    $$($1_RES) $$($1_LDFLAGS_SUFFIX) $$($1_EXTRA_LDFLAGS_SUFFIX)
    1.10    endif
    1.11  

mercurial