Author: will
Date: Thu Sep 18 17:37:19 2014
New Revision: 271796
URL: http://svnweb.freebsd.org/changeset/base/271796

Log:
  Use 'cc' for the C compiler instead of 'gcc'.
  
  MFC after:    1 week
  Sponsored by: Spectra Logic
  MFSpectraBSD: 1079507 on 2014/07/24

Modified:
  head/tools/regression/pjdfstest/Makefile

Modified: head/tools/regression/pjdfstest/Makefile
==============================================================================
--- head/tools/regression/pjdfstest/Makefile    Thu Sep 18 17:28:21 2014        
(r271795)
+++ head/tools/regression/pjdfstest/Makefile    Thu Sep 18 17:37:19 2014        
(r271796)
@@ -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
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to