public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] config/mt-d30v: Append flags
@ 2023-05-30 17:56 Jeff Johnston
  0 siblings, 0 replies; only message in thread
From: Jeff Johnston @ 2023-05-30 17:56 UTC (permalink / raw)
  To: cygwin-cvs, newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=28489b0702556eb183029750b0292fa3d59d31c0

commit 28489b0702556eb183029750b0292fa3d59d31c0
Author: Chris Packham <judge.packham@gmail.com>
Date:   Sun May 28 15:05:45 2023 +1200

    config/mt-d30v: Append flags
    
    Append to CFLAGS_FOR_TARGET/CXXFLAGS_FOR_TARGET rather than replacing
    them.
    
    Signed-off-by: Chris Packham <judge.packham@gmail.com>

Diff:
---
 config/mt-d30v | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/mt-d30v b/config/mt-d30v
index d34b774b3..f5081aef5 100644
--- a/config/mt-d30v
+++ b/config/mt-d30v
@@ -1,4 +1,4 @@
 # Build libraries optimizing for space, not speed.
 # Turn off warnings about symbols named the same as registers
- CFLAGS_FOR_TARGET = -g -Os -Wa,-C
- CXXFLAGS_FOR_TARGET = -g -Os -Wa,-C
+ CFLAGS_FOR_TARGET += -g -Os -Wa,-C
+ CXXFLAGS_FOR_TARGET += -g -Os -Wa,-C

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-30 17:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-30 17:56 [newlib-cygwin] config/mt-d30v: Append flags Jeff Johnston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).