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/325ae2c748e7
branches:  trunk
changeset: 383877:325ae2c748e7
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 821da1dd2233 -r 325ae2c748e7 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