From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1298) id 666F83858403; Fri, 10 Dec 2021 14:21:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 666F83858403 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Olivier Hainque To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-5896] Remove assignment to STMP_FIXINC from t-vxworks X-Act-Checkin: gcc X-Git-Author: Olivier Hainque X-Git-Refname: refs/heads/master X-Git-Oldrev: ffb632517fc446474baba10ee2ff13a218ec2c7b X-Git-Newrev: 8a404feb400217e4b3728ee352fb3f6374ef1208 Message-Id: <20211210142136.666F83858403@sourceware.org> Date: Fri, 10 Dec 2021 14:21:36 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Dec 2021 14:21:36 -0000 https://gcc.gnu.org/g:8a404feb400217e4b3728ee352fb3f6374ef1208 commit r12-5896-g8a404feb400217e4b3728ee352fb3f6374ef1208 Author: Olivier Hainque Date: Fri Nov 26 17:06:45 2021 +0000 Remove assignment to STMP_FIXINC from t-vxworks Just redundant with the default Makefile setting. 2021-12-07 Olivier Hainque * config/t-vxworks: Remove assignment to STMP_FIXINC. Diff: --- gcc/config/t-vxworks | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/config/t-vxworks b/gcc/config/t-vxworks index 8441af2a8cf..0175a5f8ce5 100644 --- a/gcc/config/t-vxworks +++ b/gcc/config/t-vxworks @@ -29,7 +29,6 @@ vxworks-c.o: $(srcdir)/config/vxworks-c.c # provide our own version and make sure the system one gets exposed. LIMITS_H_TEST = true -STMP_FIXINC = stmp-fixinc # VxWorks system environments have been GCC based for a long time and # we need to make sure that our files and the system ones use distinct