blob: 510cd82a1213fc8f01f7b91af3735ad42f047f18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/mint/make.defaults,v 1.1 2009/06/06 03:54:57 solar Exp $
# System-wide defaults for all MiNT profiles
# This file should rarely need to be changed
# 'Sane' defaults
ELIBC="mintlib"
KERNEL="freemint"
# Sandbox is not ported to MiNT (yet?)
FEATURES="-sandbox"
|