Revert unwanted part (uncompleted msc support) from last commit.
This commit is contained in:
parent
1197d6f8f7
commit
d6eccf8dd6
1 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: compiler.mk,v 1.73 2010/11/17 08:38:15 obache Exp $
|
||||
# $NetBSD: compiler.mk,v 1.74 2010/11/17 08:40:22 obache Exp $
|
||||
#
|
||||
# This Makefile fragment implements handling for supported C/C++/Fortran
|
||||
# compilers.
|
||||
|
@ -21,7 +21,6 @@
|
|||
# hp HP-UX C/aC++ compilers
|
||||
# mipspro Silicon Graphics, Inc. MIPSpro (n32/n64)
|
||||
# mipspro-ucode Silicon Graphics, Inc. MIPSpro (o32)
|
||||
# msc Microsoft Visual C++ wrapper cc (Interix)
|
||||
# pcc Portable C Compiler
|
||||
# sunpro Sun Microsystems, Inc. WorkShip/Forte/Sun
|
||||
# ONE Studio
|
||||
|
@ -104,7 +103,6 @@ _USE_PKGSRC_GCC= yes
|
|||
.endif
|
||||
|
||||
_COMPILERS= ccc gcc icc ido mipspro mipspro-ucode \
|
||||
msc \
|
||||
sunpro xlc hp pcc clang
|
||||
_PSEUDO_COMPILERS= ccache distcc f2c g95
|
||||
|
||||
|
|
Loading…
Reference in a new issue