From 8a404feb400217e4b3728ee352fb3f6374ef1208 Mon Sep 17 00:00:00 2001 From: Olivier Hainque Date: Fri, 26 Nov 2021 17:06:45 +0000 Subject: [PATCH] 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. --- gcc/config/t-vxworks | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/config/t-vxworks b/gcc/config/t-vxworks index 8441af2a8cf0..0175a5f8ce56 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 -- 2.47.2