summaryrefslogtreecommitdiff
path: root/profiles/prefix/mint/make.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/prefix/mint/make.defaults')
-rw-r--r--profiles/prefix/mint/make.defaults12
1 files changed, 12 insertions, 0 deletions
diff --git a/profiles/prefix/mint/make.defaults b/profiles/prefix/mint/make.defaults
new file mode 100644
index 000000000000..89ce23bd9145
--- /dev/null
+++ b/profiles/prefix/mint/make.defaults
@@ -0,0 +1,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"