diff options
author | grant <grant@pkgsrc.org> | 2005-02-16 08:41:20 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-02-16 08:41:20 +0000 |
commit | 16000086e37e381a204d5c8a0a6a20b396c3414b (patch) | |
tree | 1cc2f2e456b989c2fa46663527833ccf07f27aa9 /mk/compiler.mk | |
parent | 9a2655736f0003e47b695a92021aae182a3bdf48 (diff) | |
download | pkgsrc-16000086e37e381a204d5c8a0a6a20b396c3414b.tar.gz |
note that xlc support is on Darwin.
Diffstat (limited to 'mk/compiler.mk')
-rw-r--r-- | mk/compiler.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/compiler.mk b/mk/compiler.mk index 9d7c21a74ce..ec0c2219978 100644 --- a/mk/compiler.mk +++ b/mk/compiler.mk @@ -1,4 +1,4 @@ -# $NetBSD: compiler.mk,v 1.45 2005/02/15 07:43:43 grant Exp $ +# $NetBSD: compiler.mk,v 1.46 2005/02/16 08:41:20 grant Exp $ # # This Makefile fragment implements handling for supported C/C++/Fortran # compilers. @@ -20,7 +20,7 @@ # mipspro-ucode Silicon Graphics, Inc. MIPSpro (o32) # sunpro Sun Microsystems, Inc. WorkShip/Forte/Sun # ONE Studio -# xlc IBM's XL C/C++ compiler suite +# xlc IBM's XL C/C++ compiler suite (Darwin/MacOSX) # # The default is "gcc". You can use ccache and/or distcc with # an appropriate PKGSRC_COMPILER setting, e.g. "ccache distcc |