add mips64 to the list of platforms for gcc4; unbreaks build on sgi
This commit is contained in:
parent
91937efd1d
commit
7792cd1a3b
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2015/12/04 20:48:26 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2016/01/25 19:01:50 jasper Exp $
|
||||
|
||||
COMMENT = CPU, RAM memory, and load monitor for use with tmux(1)
|
||||
|
||||
@ -21,7 +21,7 @@ PERMIT_PACKAGE_CDROM = Yes
|
||||
MODULES = devel/cmake \
|
||||
gcc4 \
|
||||
lang/clang
|
||||
MODGCC4_ARCHS = alpha powerpc sparc64 hppa
|
||||
MODGCC4_ARCHS = alpha hppa mips64 mips64el powerpc sparc64
|
||||
MODGCC4_LANGS = c++
|
||||
MODCLANG_ARCHS = amd64 i386
|
||||
MODCLANG_LANGS = c++
|
||||
|
Loading…
Reference in New Issue
Block a user