nanobsd: Remove MIPS configurations.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D39332
This commit is contained in:
parent
4fe1b1de9c
commit
19867adf44
@ -23,10 +23,6 @@ Config Short description
|
||||
beaglebone.cfg Create a bootable beaglebone image
|
||||
qemu-amd64.cfg Create a bootable amd64 image for qemu (W)
|
||||
qemu-i386.cfg Create a bootable i386 image for qemu (W)
|
||||
qemu-mips.cfg Create a bootable mips malta board image for
|
||||
qemu
|
||||
qemu-mips64.cfg Create a bootable mips malta board (64-bit
|
||||
mode) image for qemu
|
||||
qemu-powerpc.cfg Create a bootable 32-bit powerpc image for
|
||||
qemu
|
||||
qemu-powerpc64.cfg Create a bootable 64-bit IBM-flavor image for
|
||||
|
@ -522,20 +522,6 @@ std_i386 ( ) {
|
||||
: ${NANO_BOOT_BSD:=${NANO_WORLDDIR}/boot/boot}
|
||||
}
|
||||
|
||||
std_mips ( ) {
|
||||
NANO_ENDIAN=big
|
||||
}
|
||||
|
||||
std_mipsel ( ) {
|
||||
}
|
||||
|
||||
std_mips64 ( ) {
|
||||
NANO_ENDIAN=big
|
||||
}
|
||||
|
||||
std_mips64el ( ) {
|
||||
}
|
||||
|
||||
std_powerpc ( ) {
|
||||
NANO_ENDIAN=big
|
||||
}
|
||||
|
@ -1,36 +0,0 @@
|
||||
# $FreeBSD$
|
||||
|
||||
#-
|
||||
# Copyright (c) 2015 M. Warner Losh <imp@FreeBSD.org>
|
||||
# Copyright (c) 2010-2011 iXsystems, Inc.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions
|
||||
# are met:
|
||||
# 1. Redistributions of source code must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
# 2. Redistributions in binary form must reproduce the above copyright
|
||||
# notice, this list of conditions and the following disclaimer in the
|
||||
# documentation and/or other materials provided with the distribution.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
||||
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
# ARE DISCLAIMED. IN NO EVENT SHALL iXsystems, Inc. OR CONTRIBUTORS BE LIABLE
|
||||
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
# SUCH DAMAGE.
|
||||
#
|
||||
|
||||
NANO_ARCH=mips
|
||||
NANO_KERNEL=MALTA
|
||||
NANO_DRIVE=ada0
|
||||
NANO_NAME=qemu-mips
|
||||
|
||||
. common # Pull in common definitions
|
||||
|
||||
qemu_env
|
@ -1,36 +0,0 @@
|
||||
# $FreeBSD$
|
||||
|
||||
#-
|
||||
# Copyright (c) 2015 M. Warner Losh <imp@FreeBSD.org>
|
||||
# Copyright (c) 2010-2011 iXsystems, Inc.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions
|
||||
# are met:
|
||||
# 1. Redistributions of source code must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
# 2. Redistributions in binary form must reproduce the above copyright
|
||||
# notice, this list of conditions and the following disclaimer in the
|
||||
# documentation and/or other materials provided with the distribution.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
||||
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
# ARE DISCLAIMED. IN NO EVENT SHALL iXsystems, Inc. OR CONTRIBUTORS BE LIABLE
|
||||
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
# SUCH DAMAGE.
|
||||
#
|
||||
|
||||
NANO_ARCH=mips
|
||||
NANO_KERNEL=MALTA64
|
||||
NANO_DRIVE=ada0
|
||||
NANO_NAME=qemu-mips64
|
||||
|
||||
. common # Pull in common definitions
|
||||
|
||||
qemu_env
|
Loading…
Reference in New Issue
Block a user