svn commit: r275501 - stable/10/tools/regression/pjdfstest

Garrett Cooper ngie at FreeBSD.org
Fri Dec 5 08:46:16 UTC 2014


Author: ngie
Date: Fri Dec  5 08:46:15 2014
New Revision: 275501
URL: https://svnweb.freebsd.org/changeset/base/275501

Log:
  MFC r271796 (by will):
  
    Use 'cc' for the C compiler instead of 'gcc'.
  
    Sponsored by:	Spectra Logic
    MFSpectraBSD:	1079507 on 2014/07/24

Modified:
  stable/10/tools/regression/pjdfstest/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/tools/regression/pjdfstest/Makefile
==============================================================================
--- stable/10/tools/regression/pjdfstest/Makefile	Fri Dec  5 07:51:50 2014	(r275500)
+++ stable/10/tools/regression/pjdfstest/Makefile	Fri Dec  5 08:46:15 2014	(r275501)
@@ -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
 


More information about the svn-src-stable mailing list