pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk mk/compiler.mk: sort supported compilers alphabetic...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a7c3efa340eb
branches: trunk
changeset: 311502:a7c3efa340eb
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Aug 12 19:36:40 2018 +0000
description:
mk/compiler.mk: sort supported compilers alphabetically
diffstat:
mk/compiler.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 5cece9b6a5d7 -r a7c3efa340eb mk/compiler.mk
--- a/mk/compiler.mk Sun Aug 12 17:11:39 2018 +0000
+++ b/mk/compiler.mk Sun Aug 12 19:36:40 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: compiler.mk,v 1.88 2018/01/26 13:14:35 jperkin Exp $
+# $NetBSD: compiler.mk,v 1.89 2018/08/12 19:36:40 rillig Exp $
#
# This Makefile fragment implements handling for supported C/C++/Fortran
# compilers.
@@ -92,8 +92,8 @@
COMPILER_USE_SYMLINKS?= yes
-_COMPILERS= ccc gcc icc ido mipspro mipspro-ucode \
- sunpro xlc hp pcc clang
+_COMPILERS= ccc clang gcc hp icc ido \
+ mipspro mipspro-ucode pcc sunpro xlc
_PSEUDO_COMPILERS= ccache distcc f2c g95
.if defined(NOT_FOR_COMPILER) && !empty(NOT_FOR_COMPILER)
Home |
Main Index |
Thread Index |
Old Index