diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-27 22:18:23 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-27 22:18:23 +0000 |
commit | 0e807bd26b26ce036bb97042a196e19ba0fd64ef (patch) | |
tree | c56c184c2211a0b9b86e05519786c41bd762b1a6 | |
parent | ff7dcb02342fdbf191e3d27af3342791a497ab7c (diff) |
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
-rw-r--r-- | runtime/GCCLibraries/Makefile | 1 |
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 |