pkgsrc/cross/nios2-binutils/options.mk
rillig 1b41af41b8 cross/*: let pkglint autofix indentation and variable alignment
pkglint -Wall -F -r cross

xtensa-esp32-elf-gcc has been manually edited afterwards because when
realigning variable assignments, pkglint only allows one long outlier
line. This package has two long SITES.* lines, therefore pkglint wanted
to indent the variable values much further to the right. This needs to be
fixed in pkglint.
2019-06-08 10:53:26 +00:00

11 lines
293 B
Makefile

# $NetBSD: options.mk,v 1.2 2019/06/08 10:53:28 rillig 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