make.defaults 308 B

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