Module: xenomai-3 Branch: next Commit: 2a06f85920ee7d3918c87abc211d7dda36568b64 URL: http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=2a06f85920ee7d3918c87abc211d7dda36568b64
Author: Philippe Gerum <[email protected]> Date: Mon Jan 12 11:15:38 2015 +0100 scripts/mercury: restore lost CFLAGS in xeno-config --- scripts/xeno-config-mercury.in | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/xeno-config-mercury.in b/scripts/xeno-config-mercury.in index 0615b10..34ba3de 100644 --- a/scripts/xeno-config-mercury.in +++ b/scripts/xeno-config-mercury.in @@ -122,6 +122,7 @@ while test $# -gt 0; do skin_list="$skin_list `expr "$1" : '--\(.*\)'`" ;; --cflags) + cflags="$XENO_BASE_CFLAGS" test -z "$skin_list" && skin_list=posix for skin in $skin_list; do case "$skin" in _______________________________________________ Xenomai-git mailing list [email protected] http://www.xenomai.org/mailman/listinfo/xenomai-git
