blob: 89ce23bd914537d96ac22955ea1e39855f0ff66b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# System-wide defaults for all MiNT profiles
# This file should rarely need to be changed
# 'Sane' defaults
ELIBC="mintlib"
KERNEL="freemint"
# openmp: bug #515616
USE="fortran static-libs -openmp"
|