Move MALTA_COMMON to std.MALTA (as we have for XLP and SWARM).

This avoids universe trying to build MALTA_COMMON and fail due to
the problem addressed in r276773.
Include std.MALTA from the MALTA mipsel and MALTA64 mips64el config files,
where the machine lines exist.
This commit is contained in:
Bjoern A. Zeeb 2015-01-07 12:12:36 +00:00
parent db8bcd1b21
commit ff688a8694
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276776
3 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
ident MALTA
include "MALTA_COMMON"
include "std.MALTA"
machine mips mipsel # Malta supports both, so it isn't in std.malta

View File

@ -4,7 +4,7 @@
ident MALTA64
include "MALTA_COMMON"
include "std.MALTA"
machine mips mips64el # Malta supports both, so it isn't in std.malta