mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
12 lines
299 B
Makefile
12 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
|