commit | 0e807bd26b26ce036bb97042a196e19ba0fd64ef | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Aug 27 22:18:23 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Aug 27 22:18:23 2003 +0000 |
tree | c56c184c2211a0b9b86e05519786c41bd762b1a6 | |
parent | ff7dcb02342fdbf191e3d27af3342791a497ab7c [diff] [blame] |
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
diff --git a/runtime/GCCLibraries/Makefile b/runtime/GCCLibraries/Makefile index 6100e23..d4c3299 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