# HG changeset patch # User Christian Taedcke # Date 1324550564 -3600 # Node ID 54e47953df3e8b73065240b3747a84b7f1242b37 # Parent 3bbc9aeba925f8030f7884d4f3b364c8c20b4c42 FIXED: - the macro SUB_PROG_CFLAGS was overwritten for 64bit machines using gcc. Because of this the xenomai compilation failed. diff -r 3bbc9aeba925 -r 54e47953df3e configure --- a/configure Thu Dec 15 14:51:20 2011 +0100 +++ b/configure Thu Dec 22 11:42:44 2011 +0100 @@ -553,7 +553,7 @@ if [ "$SUB_ARCH_NAME" = "x86_64" -a "$CC" = "gcc" ]; then # Only if we are on x86_64 and using gcc # For shared library generation, it needs this - SUB_PROG_CFLAGS=-fPIC + SUB_PROG_CFLAGS+=\ -fPIC fi if [ "$BINUTILS_PREFIX" = "" ]; then