7f35c70836
main customer of this package is for NetBSD target), see http://mail-index.netbsd.org/tech-toolchain/2011/03/21/msg001511.html
11 lines
299 B
Makefile
11 lines
299 B
Makefile
# $NetBSD: options.mk,v 1.1 2013/12/03 02:34:52 mef Exp $
|
|
### Set options
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.nios2-binutils
|
|
PKG_SUPPORTED_OPTIONS= sysroot
|
|
PKG_SUGGESTED_OPTIONS= sysroot
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Msysroot)
|
|
CONFIGURE_ARGS+= --with-sysroot
|
|
.endif
|