From 5031969eb4c25d0c6dc6ee69ce34be5686510ec7 Mon Sep 17 00:00:00 2001 From: Arvid Norlander Date: Thu, 29 Sep 2022 20:02:38 +0200 Subject: [PATCH] Build system: Fix -m32 builds --- crc/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crc/makefile b/crc/makefile index f67a795..f8f4c4a 100644 --- a/crc/makefile +++ b/crc/makefile @@ -16,7 +16,7 @@ $(CRCC): makecrc ./makecrc makecrc: makecrc.o - cc -O -o makecrc makecrc.o + cc $(CFLAGS) -O -o makecrc makecrc.o arc.o: arc.c ccitt.o: ccitt.c