Build quadmath by default.

This commit is contained in:
Kai-Uwe Eckhardt 2012-03-17 15:39:44 +00:00 committed by Thomas Klausner
parent 18a868674b
commit cff129c59e

View file

@ -1,8 +1,8 @@
# $NetBSD: options.mk,v 1.3 2012/03/17 15:38:29 keckhardt Exp $
# $NetBSD: options.mk,v 1.4 2012/03/17 15:39:44 keckhardt Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gcc47
PKG_SUPPORTED_OPTIONS= nls gcc-quadmath
PKG_SUGGESTED_OPTIONS=
PKG_SUGGESTED_OPTIONS= gcc-quadmath
.if ${OPSYS} == "NetBSD"
PKG_SUGGESTED_OPTIONS+= nls
.endif