Module: xenomai-gch Branch: for-forge Commit: 11f4e11d4fc24d9fac0f8b9ab504304201accc24 URL: http://git.xenomai.org/?p=xenomai-gch.git;a=commit;h=11f4e11d4fc24d9fac0f8b9ab504304201accc24
Author: Gilles Chanteperdrix <[email protected]> Date: Sun Apr 1 20:16:42 2012 +0200 x86: compile user-space with frame pointers --- configure.in | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/configure.in b/configure.in index 0bdced8..f3126e9 100644 --- a/configure.in +++ b/configure.in @@ -529,6 +529,10 @@ if test x$use_assert = x; then XENO_USER_CFLAGS="-DNDEBUG $XENO_USER_CFLAGS" fi +case "$XENO_TARGET_ARCH" in +x86) XENO_USER_CFLAGS="$XENO_USER_CFLAGS -fno-omit-frame-pointer";; +esac + XENO_USER_CFLAGS="$XENO_USER_CFLAGS -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes" AC_MSG_CHECKING([whether ld supports @file]) _______________________________________________ Xenomai-git mailing list [email protected] https://mail.gna.org/listinfo/xenomai-git
