From 5df4b25a552635a3e1efbd38d262df495240131f Mon Sep 17 00:00:00 2001 From: ngie Date: Fri, 5 Dec 2014 11:58:32 +0000 Subject: [PATCH] MFstable/10 r275501: MFC r271796 (by will): Use 'cc' for the C compiler instead of 'gcc'. Sponsored by: Spectra Logic MFSpectraBSD: 1079507 on 2014/07/24 git-svn-id: svn://svn.freebsd.org/base/stable/9@275505 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- tools/regression/pjdfstest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/regression/pjdfstest/Makefile b/tools/regression/pjdfstest/Makefile index ca789fe80..e3701fd18 100644 --- a/tools/regression/pjdfstest/Makefile +++ b/tools/regression/pjdfstest/Makefile @@ -18,7 +18,7 @@ ${PROG}: ${PROG}.c echo "Unsupported operating system: ${OSTYPE}."; \ exit 1; \ fi; \ - cmd="gcc -Wall $$CFLAGS ${PROG}.c -o ${PROG}"; \ + cmd="cc -Wall $$CFLAGS ${PROG}.c -o ${PROG}"; \ echo $$cmd; \ $$cmd -- 2.45.0