From 6dce96890ef234c236d5bdb4be3245413f255d75 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 9 Feb 2021 20:26:24 +0000 Subject: Flag for gcc 10 compatibility --- tools/hex2bin-2.0/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/hex2bin-2.0/Makefile b/tools/hex2bin-2.0/Makefile index 6981b27..6c87000 100755 --- a/tools/hex2bin-2.0/Makefile +++ b/tools/hex2bin-2.0/Makefile @@ -13,7 +13,7 @@ M_OBJFILES= $(foreach F, mot2bin.o common.o libcrc.o binary.o, $(OBJDIR)/$(F)) TGT_FILES = $(foreach F, hex2bin mot2bin, $(TGTDIR)/$(F)) #TGT_FILES = $(foreach F, hex2bin mot2bin hex2bin.1, $(TGTDIR)/$(F)) -CPFLAGS = -std=gnu99 -O3 -fsigned-char -Wall -pedantic +CPFLAGS = -std=gnu99 -O3 -fsigned-char -Wall -pedantic -fcommon # Compile all: objectdir $(TGT_FILES) -- cgit v1.2.3