blob: 96fabeea524893971ffe7c8070929eb5c10d0662 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2011 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.3 2011/05/29 16:36:55 grobian Exp $
# System-wide defaults for all MiNT profiles
# This file should rarely need to be changed
# 'Sane' defaults
ELIBC="mintlib"
KERNEL="freemint"
USE="${USE} fortran mudflap"
|