projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9934f97
)
The Sparc linking .so problem extends to the sample project as well
author
Misha Brukman
<brukman+llvm@gmail.com>
Tue, 14 Sep 2004 18:21:03 +0000
(18:21 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Tue, 14 Sep 2004 18:21:03 +0000
(18:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16342
91177308
-0d34-0410-b5e6-
96231b3b80d8
projects/Makefile
patch
|
blob
|
history
diff --git
a/projects/Makefile
b/projects/Makefile
index e64379b7bfd213b4d721d9f613fc5625289b6a50..1e89f6d91bdd3bd9e64bc86aca510c5f3a057e84 100644
(file)
--- a/
projects/Makefile
+++ b/
projects/Makefile
@@
-15,6
+15,7
@@
DIRS:= $(filter-out llvm-test,$(patsubst $(SourceDir)/%/Makefile,%,$(wildcard $(
# 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