From 6cee033a80454200589229a4ded3b052f9864f6b Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Tue, 20 Jun 2006 18:50:48 +0000 Subject: [PATCH] Allow LLVM to be built with extra options. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28873 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.rules b/Makefile.rules index df8f63f6f1a..dd3ed014aa7 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -362,7 +362,7 @@ endif #---------------------------------------------------------- CompileCommonOpts := -Wall -W -Wwrite-strings -Wno-unused -Wno-long-long \ - -pedantic + -pedantic $(EXTRA_OPTIONS) ifeq ($(OS),HP-UX) CompileCommonOpts := -D_REENTRANT -D_HPUX_SOURCE