genode/repos/ports/src/noux-pkg/bash/target.mk

15 lines
359 B
Makefile
Raw Normal View History

CONFIGURE_ARGS = --without-bash-malloc
CFLAGS += -Dsh_xfree=free
2011-12-22 16:19:25 +01:00
#
# Do not expect the environment to be passed as third argument
# to the main function. The Genode startup code does only
# deliver 'argc' and 'argv'.
#
CFLAGS += -DNO_MAIN_ENV_ARG=1
2011-12-22 16:19:25 +01:00
# Prevent interactions with nonexisting tty driver
CFLAGS += -DNO_TTY_DRIVER
2011-12-22 16:19:25 +01:00
include $(REP_DIR)/mk/noux.mk