$NetBSD: patch-Makefile,v 1.1 2023/07/22 09:43:26 nia Exp $

Define ARCH_STRING when running the TOOLS_CC.

--- Makefile.orig	2011-11-08 20:27:33.000000000 +0000
+++ Makefile
@@ -1037,6 +1037,7 @@ TOOLS_OPTIMIZE = -g -O2 -Wall -fno-stric
 TOOLS_CFLAGS = $(TOOLS_OPTIMIZE) \
                -DTEMPDIR=\"$(TEMPDIR)\" -DSYSTEM=\"\" \
                -I$(Q3LCCSRCDIR) \
+               -DARCH_STRING=\"$(ARCH)\" \
                -I$(LBURGDIR)
 TOOLS_LIBS =
 TOOLS_LDFLAGS =
