[llvm-commits] CVS: llvm/projects/Makefile

Misha Brukman brukman at cs.uiuc.edu
Tue Sep 14 11:21:13 PDT 2004



Changes in directory llvm/projects:

Makefile updated: 1.11 -> 1.12
---
Log message:

The Sparc linking .so problem extends to the sample project as well


---
Diffs of the changes:  (+1 -0)

Index: llvm/projects/Makefile
diff -u llvm/projects/Makefile:1.11 llvm/projects/Makefile:1.12
--- llvm/projects/Makefile:1.11	Mon Sep 13 17:42:54 2004
+++ llvm/projects/Makefile	Tue Sep 14 13:21:03 2004
@@ -15,6 +15,7 @@
 # Sparc cannot link shared libraries (libtool problem?) which Stacker uses
 ifeq ($(ARCH), Sparc)
 DIRS := $(filter-out Stacker, $(DIRS))
+DIRS := $(filter-out sample, $(DIRS))
 endif
 
 include $(BUILD_SRC_ROOT)/Makefile.rules






More information about the llvm-commits mailing list