From 42df7bed2b86aa43133d5222b69b80c55ada13d1 Mon Sep 17 00:00:00 2001 From: grant Date: Sat, 20 Nov 2004 04:37:08 +0000 Subject: add framework support for Tru64 and the Compaq C compiler. patches provided by Tobias Nygren with minor changes by me. --- mk/compiler.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mk/compiler.mk') diff --git a/mk/compiler.mk b/mk/compiler.mk index cb147f8e914..c5ff1e5910f 100644 --- a/mk/compiler.mk +++ b/mk/compiler.mk @@ -1,4 +1,4 @@ -# $NetBSD: compiler.mk,v 1.36 2004/10/06 09:49:53 grant Exp $ +# $NetBSD: compiler.mk,v 1.37 2004/11/20 04:37:08 grant Exp $ # # This Makefile fragment implements handling for supported C/C++/Fortran # compilers. @@ -18,6 +18,7 @@ # 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". @@ -89,7 +90,7 @@ PKGSRC_COMPILER?= gcc _USE_PKGSRC_GCC= yes .endif -_COMPILERS= gcc mipspro mipspro-ucode sunpro xlc +_COMPILERS= ccc gcc mipspro mipspro-ucode sunpro xlc _PSEUDO_COMPILERS= ccache distcc .if defined(NOT_FOR_COMPILER) && !empty(NOT_FOR_COMPILER) -- cgit v1.2.3