| Submitter | H.J. Lu |
|---|---|
| Date | Nov. 29, 2012, 5:48 p.m. |
| Message ID | <20121129174851.GC31369@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/202799/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index c7b8648..78a6007 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -329,7 +329,8 @@ enable_lto = @enable_lto@ # Compiler and flags needed for plugin support PLUGINCC = @CXX@ -PLUGINCFLAGS = @CXXFLAGS@ +# Filter out -fsanitize=address +PLUGINCFLAGS = $(filter-out -fsanitize=address,@CXXFLAGS@) # Libs and linker options needed for plugin support PLUGINLIBS = @pluginlibs@