2019-06-08 12:53:26 +02:00
|
|
|
# $NetBSD: options.mk,v 1.2 2019/06/08 10:53:28 rillig Exp $
|
2013-12-03 03:34:52 +01:00
|
|
|
### Set options
|
2019-06-08 12:53:26 +02:00
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.nios2-binutils
|
|
|
|
PKG_SUPPORTED_OPTIONS= sysroot
|
|
|
|
PKG_SUGGESTED_OPTIONS= sysroot
|
2013-12-03 03:34:52 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Msysroot)
|
|
|
|
CONFIGURE_ARGS+= --with-sysroot
|
|
|
|
.endif
|