genode/ports/src/noux-pkg/binutils/target.inc

16 lines
443 B
PHP

NOUX_CFLAGS += -std=c99
NOUX_CONFIGURE_ARGS = --disable-werror \
--program-prefix=$(PROGRAM_PREFIX) \
--target=$(BINUTILS_TARGET)
#
# Pass CFLAGS and friends to the invokation of 'make' because
# binutils execute 2nd-level configure scripts, which need
# the 'NOUX_ENV' as well.
#
NOUX_MAKE_ENV = $(NOUX_ENV)
NOUX_PKG_DIR = $(wildcard $(REP_DIR)/contrib/binutils-*)
include $(REP_DIR)/mk/noux.mk