From 61e349fcb38c14b47a5d54931115fb5141b9d348 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 10 Jan 2005 09:05:01 +0000 Subject: Sort the compiler list in the comments. --- mk/compiler.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mk/compiler.mk') diff --git a/mk/compiler.mk b/mk/compiler.mk index a979de1e28e..342694b4798 100644 --- a/mk/compiler.mk +++ b/mk/compiler.mk @@ -1,4 +1,4 @@ -# $NetBSD: compiler.mk,v 1.41 2004/11/30 15:07:26 jlam Exp $ +# $NetBSD: compiler.mk,v 1.42 2005/01/10 09:05:01 jlam Exp $ # # This Makefile fragment implements handling for supported C/C++/Fortran # compilers. @@ -10,15 +10,15 @@ # pkgsrc to build packages. # # Valid values are: -# distcc distributed C/C++ (chainable) +# ccc Compaq C Compilers (Tru64) # ccache compiler cache (chainable) +# distcc distributed C/C++ (chainable) # gcc GNU # mipspro Silicon Graphics, Inc. MIPSpro (n32/n64) # mipspro-ucode Silicon Graphics, Inc. MIPSpro (o32) # sunpro Sun Microsystems, Inc. WorkShip/Forte/Sun # ONE Studio # xlc IBM's XL C/C++ compiler suite -# ccc Compaq C Compilers (Tru64) # # The default is "gcc". You can use ccache and/or distcc with an # appropriate PKGSRC_COMPILER setting, e.g. "ccache distcc gcc". -- cgit v1.2.3