diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-01-21 23:15:20 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-01-21 23:15:20 +0000 |
| commit | 1677feaf72fd87e30673c00b3fb543b0d09094df (patch) | |
| tree | 4f3fa0e4f3022873acf2e316e33f555d45f7870d | |
| parent | 4a75c2b248f1e8139db65d7df833327436770d27 (diff) | |
| download | bcm5719-llvm-1677feaf72fd87e30673c00b3fb543b0d09094df.tar.gz bcm5719-llvm-1677feaf72fd87e30673c00b3fb543b0d09094df.zip | |
Reenable warning now that Chuck fixed GCC
llvm-svn: 1517
| -rw-r--r-- | llvm/Makefile.common | 2 | ||||
| -rw-r--r-- | llvm/Makefile.rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/Makefile.common b/llvm/Makefile.common index 72d9a32ed7e..c83a55d52b0 100644 --- a/llvm/Makefile.common +++ b/llvm/Makefile.common @@ -52,7 +52,7 @@ RunBurg = $(BURG) $(BURG_OPTS) #Prof = -pg # TODO: Get rid of exceptions! : -fno-exceptions -fno-rtti -CompileCommonOpts = $(Prof) -Wall -W -Wwrite-strings -Wno-unused-parameter -Wno-missing-braces -I$(LEVEL)/include +CompileCommonOpts = $(Prof) -Wall -W -Wwrite-strings -Wno-unused-parameter -I$(LEVEL)/include # Compile a file, don't link... Compile = $(CXX) -c $(CPPFLAGS) $(CXXFLAGS) $(CompileCommonOpts) diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules index 72d9a32ed7e..c83a55d52b0 100644 --- a/llvm/Makefile.rules +++ b/llvm/Makefile.rules @@ -52,7 +52,7 @@ RunBurg = $(BURG) $(BURG_OPTS) #Prof = -pg # TODO: Get rid of exceptions! : -fno-exceptions -fno-rtti -CompileCommonOpts = $(Prof) -Wall -W -Wwrite-strings -Wno-unused-parameter -Wno-missing-braces -I$(LEVEL)/include +CompileCommonOpts = $(Prof) -Wall -W -Wwrite-strings -Wno-unused-parameter -I$(LEVEL)/include # Compile a file, don't link... Compile = $(CXX) -c $(CPPFLAGS) $(CXXFLAGS) $(CompileCommonOpts) |

