pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Sort the compiler list in the comments.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9668a24b60cf
branches: trunk
changeset: 487142:9668a24b60cf
user: jlam <jlam%pkgsrc.org@localhost>
date: Mon Jan 10 09:05:01 2005 +0000
description:
Sort the compiler list in the comments.
diffstat:
mk/compiler.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 52d6e5d0e392 -r 9668a24b60cf mk/compiler.mk
--- a/mk/compiler.mk Mon Jan 10 08:59:07 2005 +0000
+++ b/mk/compiler.mk Mon Jan 10 09:05:01 2005 +0000
@@ -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:
+# ccc Compaq C Compilers (Tru64)
+# ccache compiler cache (chainable)
# distcc distributed C/C++ (chainable)
-# ccache compiler cache (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".
Home |
Main Index |
Thread Index |
Old Index