diff options
author | jlam <jlam@pkgsrc.org> | 2005-01-10 09:05:01 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-01-10 09:05:01 +0000 |
commit | 9451157a8f26fafa4e3d59d4134f6ae84ce9325a (patch) | |
tree | 58721ec9e1f260f0b584c87b1087452a6362fb60 /mk | |
parent | f563b96808f7e9084f7634773eac6d6e458d5dd6 (diff) | |
download | pkgsrc-9451157a8f26fafa4e3d59d4134f6ae84ce9325a.tar.gz |
Sort the compiler list in the comments.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/compiler.mk | 6 |
1 files changed, 3 insertions, 3 deletions
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". |