summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-27 22:18:23 +0000
committerChris Lattner <sabre@nondot.org>2003-08-27 22:18:23 +0000
commit0e807bd26b26ce036bb97042a196e19ba0fd64ef (patch)
treec56c184c2211a0b9b86e05519786c41bd762b1a6 /runtime
parentff7dcb02342fdbf191e3d27af3342791a497ab7c (diff)
downloadllvm-0e807bd26b26ce036bb97042a196e19ba0fd64ef.tar.gz
llvm-0e807bd26b26ce036bb97042a196e19ba0fd64ef.tar.bz2
llvm-0e807bd26b26ce036bb97042a196e19ba0fd64ef.tar.xz
Hack out libexception temporarily until the Sparc FE is improved
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8166 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/GCCLibraries/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/GCCLibraries/Makefile b/runtime/GCCLibraries/Makefile
index 6100e23d20..d4c329966f 100644
--- a/runtime/GCCLibraries/Makefile
+++ b/runtime/GCCLibraries/Makefile
@@ -2,6 +2,7 @@
LEVEL = ../..
PARALLEL_DIRS := $(sort $(filter-out Output/, $(filter-out CVS/, $(wildcard */))))
+PARALLEL_DIRS := $(filter-out libexception/, $(PARALLEL_DIRS))
include $(LEVEL)/Makefile.common