diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-06-09 23:29:31 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-06-09 23:29:31 +0000 |
commit | 72fdd1d230259f138eb2e5f42587d9c00f248a57 (patch) | |
tree | e55b0ff76632628739bb9c06ab4faf2d2d68eb6b | |
parent | 2dba698d858a5bcef186a9c49f61a1a0b71babf6 (diff) | |
download | pkgsrc-72fdd1d230259f138eb2e5f42587d9c00f248a57.tar.gz |
Make lang/g95 as default Fortran compiler under NetBSD current (GCC 4.8)
lang/g95 is built with NetBSD current's GCC 4.8.3. Thank you, asau@.
-rw-r--r-- | mk/compiler/gcc.mk | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/mk/compiler/gcc.mk b/mk/compiler/gcc.mk index a4694594443..4ecd8d00c14 100644 --- a/mk/compiler/gcc.mk +++ b/mk/compiler/gcc.mk @@ -1,4 +1,4 @@ -# $NetBSD: gcc.mk,v 1.147 2014/06/01 09:58:13 ryoon Exp $ +# $NetBSD: gcc.mk,v 1.148 2014/06/09 23:29:31 ryoon Exp $ # # This is the compiler definition for the GNU Compiler Collection. # @@ -849,14 +849,7 @@ ${_GCC_${_var_}}: # The default is g95 as it supports a modern dialect, but it can # be overridden in mk.conf to use only f2c. # -.if (!empty(MACHINE_PLATFORM:MNetBSD-6.99.[4-9]*) || \ - !empty(MACHINE_PLATFORM:MNetBSD-[7-9]*)) && \ - (!empty(CC_VERSION:Mgcc-4.[8-9]*) || \ - !empty(CC_VERSION:Mgcc-[5-9].*)) -PKGSRC_FORTRAN?=gfortran -.else PKGSRC_FORTRAN?=g95 -.endif _GCC_NEEDS_A_FORTRAN= no .if empty(_USE_PKGSRC_GCC:M[yY][eE][sS]) && !exists(${FCPATH}) |