Skip to content

Commit

Permalink
Always replace instead of appending when creating archive files. It m…
Browse files Browse the repository at this point in the history
…ay be

slightly slower, but I think we can handle it, especially if it means
BytecodeLibs are correctly regenerated.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11122 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Brian Gaeke committed Feb 4, 2004
1 parent fc1f6e8 commit 7a45c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ Depend := $(CXX) -MM -I$(LEVEL)/include $(CPPFLAGS)
DependC := $(CC) -MM -I$(LEVEL)/include $(CPPFLAGS)

# Archive a bunch of .o files into a .a file...
AR = ${AR_PATH} cq
AR = $(AR_PATH) cr

#----------------------------------------------------------

Expand Down

0 comments on commit 7a45c49

Please sign in to comment.