Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2011-12-14 03:42:54 +0000
committerEugene Tarassov2011-12-14 03:42:54 +0000
commit9f32772d59131ef89b7646cec702a8093106a2cd (patch)
treeec9a09f6bc854d21c97a8767de614161275e2fa4 /tests/test-dwarf/Makefile
parent81fbf4fda3d1cd157d33641c15972d8dd049c5be (diff)
downloadorg.eclipse.tcf.agent-9f32772d59131ef89b7646cec702a8093106a2cd.tar.gz
org.eclipse.tcf.agent-9f32772d59131ef89b7646cec702a8093106a2cd.tar.xz
org.eclipse.tcf.agent-9f32772d59131ef89b7646cec702a8093106a2cd.zip
TCF Agent: added support of 64-bit Windows.
Diffstat (limited to 'tests/test-dwarf/Makefile')
-rw-r--r--tests/test-dwarf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-dwarf/Makefile b/tests/test-dwarf/Makefile
index 657b0729..0bb478be 100644
--- a/tests/test-dwarf/Makefile
+++ b/tests/test-dwarf/Makefile
@@ -12,7 +12,7 @@ EXECS = $(BINDIR)/dwarf-test$(EXTEXE)
all: $(EXECS)
$(BINDIR)/libtcf$(EXTLIB) : $(OFILES)
- $(AR) -rc $@ $^
+ $(AR) $(AR_FLAGS) $@ $^
$(RANLIB)
$(BINDIR)/dwarf-test$(EXTEXE): $(BINDIR)/tcf/main/main$(EXTOBJ) $(BINDIR)/libtcf$(EXTLIB)

Back to the top