diff options
Diffstat (limited to 'mk/compiler/xlc.mk')
-rw-r--r-- | mk/compiler/xlc.mk | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/mk/compiler/xlc.mk b/mk/compiler/xlc.mk index 1d16bfbb4c2..4cae9ac59b7 100644 --- a/mk/compiler/xlc.mk +++ b/mk/compiler/xlc.mk @@ -1,4 +1,4 @@ -# $NetBSD: xlc.mk,v 1.12 2005/01/12 22:58:29 grant Exp $ +# $NetBSD: xlc.mk,v 1.13 2006/10/22 00:14:17 rillig Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -34,6 +34,13 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # +# This is the compiler definition for IBM's XL C/C++ compiler suite. +# +# User-settable variables: +# +# XLCBASE +# The base directory where the compiler is installed. +# .if !defined(COMPILER_XLC_MK) COMPILER_XLC_MK= defined |