Commit 6bc2f30f authored by zack's avatar zack
Browse files

* Makefile.in (LOOSE_CFLAGS): Add /g modifiers to both sed

	substitutions.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33761 138bc75d-0d04-0410-961f-82ee72b054a4
parent d723e6e5
2000-05-07 Zack Weinberg <zack@wolery.cumb.org>
* Makefile.in (LOOSE_CFLAGS): Add /g modifiers to both sed
substitutions.
Sun 7 May 08:43:53 2000 Neil Booth <NeilB@earthling.net>
 
* cpplex.c: Move new lexer definitions and prototypes
......
......@@ -77,7 +77,7 @@ TCFLAGS =
CFLAGS = -g @stage1_warn_cflags@
BOOT_CFLAGS = -O2 $(CFLAGS)
WARN_CFLAGS = -W -Wall -Wtraditional -pedantic -Wno-long-long
LOOSE_CFLAGS = `echo $(CFLAGS) | sed -e 's/-pedantic//' -e 's/-Wtraditional//'`
LOOSE_CFLAGS = `echo $(CFLAGS)|sed -e 's/-pedantic//g' -e 's/-Wtraditional//g'`
# These exists to be overridden by the x-* and t-* files, respectively.
X_CFLAGS =
T_CFLAGS =
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment