aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauro Ramos Venancio <lauro.venancio@gmail.com>2007-08-06 21:14:16 +0000
committerLauro Ramos Venancio <lauro.venancio@gmail.com>2007-08-06 21:14:16 +0000
commitf2a6cb415822d1fba16a1ac83ef8b965b9e5565f (patch)
treee6a2ce35911ce6a4efe64e4c2ee762cc1f125eb2
parentbbff13b47f6a5ed3b9378c2a33e4bef1ea44ff61 (diff)
Ignore the LIBS set by the Makefile.config of llvm core. This fixes the ARM cbe failures caused by svn revision 40836.
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@40876 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--Makefile.config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 1b6791cc..66bbab58 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -23,6 +23,9 @@ PROJ_INSTALL_ROOT := @prefix@
# Include LLVM's configuration Makefile.
include $(LLVM_OBJ_ROOT)/Makefile.config
+# Ignore the LIBS set by $(LLVM_OBJ_ROOT)/Makefile.config
+LIBS :=
+
#Set SourceDir for backwards compatbility.
ifndef SourceDir
SourceDir=$(PROJ_SRC_DIR)