mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-21 14:49:41 +08:00
Makefile.in (LOOSE_CFLAGS): Add /g modifiers to both sed substitutions.
* Makefile.in (LOOSE_CFLAGS): Add /g modifiers to both sed substitutions. From-SVN: r33761
This commit is contained in:
parent
89b6698a3e
commit
a997ec535c
@ -1,3 +1,8 @@
|
||||
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 =
|
||||
|
Loading…
Reference in New Issue
Block a user