From 4ec853d1bcec492e277a54347a4f9f6c7849c9b4 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Tue, 2 Dec 2008 19:37:16 -0700 Subject: [PATCH] include heapwalk.o in libavian.a if bootimage=true --- makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/makefile b/makefile index 341cf6e1c9..fdb7d60924 100644 --- a/makefile +++ b/makefile @@ -415,7 +415,7 @@ $(generator-objects): $(native-build)/%.o: $(src)/%.cpp $(jni-objects): $(native-build)/%.o: $(classpath)/%.cpp $(compile-object) -$(static-library): $(vm-objects) $(jni-objects) +$(static-library): $(vm-objects) $(jni-objects) $(vm-heapwalk-objects) @echo "creating $(@)" rm -rf $(@) $(ar) cru $(@) $(^) @@ -462,7 +462,6 @@ ifeq ($(platform),windows) else $(cc) $(^) $(rdynamic) $(lflags) -o $(@) endif - $(strip) $(strip-all) $(@) $(dynamic-library): \ $(vm-objects) $(dynamic-object) $(jni-objects) $(vm-heapwalk-objects) \