From fc0ae89fcff7626962ddd090c3871b8f25a6ef1c Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Sun, 20 Dec 2020 17:06:59 -0800 Subject: [PATCH] Update FreeBSD makefile to use clang and new standard for configuring options (#105) --- bin/makefile-freebsd.386-x | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/makefile-freebsd.386-x b/bin/makefile-freebsd.386-x index 652636b..8d21dcc 100644 --- a/bin/makefile-freebsd.386-x +++ b/bin/makefile-freebsd.386-x @@ -1,6 +1,6 @@ -# Options for Linux, Intel 386/486 and X-Window +# Options for FreeBSD, Intel 386/486 and X Windows -CC = gcc -m32 -std=c89 -Wall +CC = clang -m32 $(CLANG_CFLAGS) XFILES = $(OBJECTDIR)xmkicon.o \ $(OBJECTDIR)xbbt.o \