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

16 lines
443 B
PHP
Raw Normal View History

2011-12-22 16:19:25 +01:00
NOUX_CFLAGS += -std=c99
NOUX_CONFIGURE_ARGS = --disable-werror \
--program-prefix=$(PROGRAM_PREFIX) \
--target=$(BINUTILS_TARGET)
2011-12-22 16:19:25 +01:00
#
# 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-*)
2011-12-22 16:19:25 +01:00
include $(REP_DIR)/mk/noux.mk