summaryrefslogtreecommitdiff
path: root/mk/compiler/pcc.mk
diff options
context:
space:
mode:
authorasau <asau>2010-07-30 07:58:58 +0000
committerasau <asau>2010-07-30 07:58:58 +0000
commit9a8277ca9a73d4651eaa8ebe6a00c38a9f25fed0 (patch)
tree1a0b804c0309d312169765ffc10f99b1aaed0260 /mk/compiler/pcc.mk
parent7b16a62a12f4555b7a8b10d869ed87888cba2af9 (diff)
downloadpkgsrc-9a8277ca9a73d4651eaa8ebe6a00c38a9f25fed0.tar.gz
Implement "fortran77" as alias for "fortran".
Diffstat (limited to 'mk/compiler/pcc.mk')
-rw-r--r--mk/compiler/pcc.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/compiler/pcc.mk b/mk/compiler/pcc.mk
index 3d60e514b79..1a814b526f8 100644
--- a/mk/compiler/pcc.mk
+++ b/mk/compiler/pcc.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pcc.mk,v 1.1 2007/09/18 01:51:10 reed Exp $
+# $NetBSD: pcc.mk,v 1.2 2010/07/30 07:58:59 asau Exp $
#
# This is the compiler definition for the PCC compiler.
#
@@ -26,11 +26,12 @@ _COMPILER_TYPE.c++ = CXX
_COMPILER_TYPE.fortran= FC
# PCC-specific definitions
-_COMPILER_LANGS= c c++ fortran
+_COMPILER_LANGS= c c++ fortran fortran77
_COMPILER_NAME.c= pcc
# TODO:
_COMPILER_NAME.c++ = CC
_COMPILER_NAME.fortran= f77
+_COMPILER_NAME.fortran77= f77
# LANGUAGES.<compiler> is the list of supported languages by the
# compiler.