From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2134) id 33A2F3857723; Tue, 30 May 2023 17:56:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 33A2F3857723 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1685469362; bh=eVXFIBW1cvNojZOc/Sht7G9T0JgfV3Q4y3J52oc9X3Y=; h=From:To:Subject:Date:From; b=pB8vSyG7veryPtwyVDYkFoxPPr6RG9jXpe5iAzfK7Q1Aek39OwCOgydI6s3Zyi/7Y JBKcbVb0HV+TJahcJB7UMIfElXzcv4ShIK8FmT9PqD6xg1E6MjyVkl9Nybq5sV67q6 r/UIz8d5YcwesTFdU62AT4KIaPz4CkEuu76O9tWU= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Jeff Johnston To: cygwin-cvs@sourceware.org, newlib-cvs@sourceware.org Subject: [newlib-cygwin] config/mt-d30v: Append flags X-Act-Checkin: newlib-cygwin X-Git-Author: Chris Packham X-Git-Refname: refs/heads/master X-Git-Oldrev: e79304d7b4a54abc393d0f13f7170c5863a1ef1d X-Git-Newrev: 28489b0702556eb183029750b0292fa3d59d31c0 Message-Id: <20230530175602.33A2F3857723@sourceware.org> Date: Tue, 30 May 2023 17:56:02 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D28489b07025= 56eb183029750b0292fa3d59d31c0 commit 28489b0702556eb183029750b0292fa3d59d31c0 Author: Chris Packham Date: Sun May 28 15:05:45 2023 +1200 config/mt-d30v: Append flags =20 Append to CFLAGS_FOR_TARGET/CXXFLAGS_FOR_TARGET rather than replacing them. =20 Signed-off-by: Chris Packham 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 =3D -g -Os -Wa,-C - CXXFLAGS_FOR_TARGET =3D -g -Os -Wa,-C + CFLAGS_FOR_TARGET +=3D -g -Os -Wa,-C + CXXFLAGS_FOR_TARGET +=3D -g -Os -Wa,-C