svn commit: r275505 - stable/9/tools/regression/pjdfstest
Garrett Cooper
ngie at FreeBSD.org
Fri Dec 5 11:58:33 UTC 2014
Author: ngie
Date: Fri Dec 5 11:58:32 2014
New Revision: 275505
URL: https://svnweb.freebsd.org/changeset/base/275505
Log:
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
Modified:
stable/9/tools/regression/pjdfstest/Makefile
Directory Properties:
stable/9/ (props changed)
stable/9/tools/ (props changed)
stable/9/tools/regression/ (props changed)
Modified: stable/9/tools/regression/pjdfstest/Makefile
==============================================================================
--- stable/9/tools/regression/pjdfstest/Makefile Fri Dec 5 11:44:18 2014 (r275504)
+++ stable/9/tools/regression/pjdfstest/Makefile Fri Dec 5 11:58:32 2014 (r275505)
@@ -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-9
mailing list