Jan Kiszka wrote:
> Hi Philippe,
> 
> your commit dbbd33f50d (nios2: introduce architecture support) broke any
> .so generation, at least for x86. Not sure why, but it is related to
> moving AC_PROG_LIBTOOL around in configure.in. You had to push it after
> nios2's AC_DISABLE_SHARED, right?
> 

diff --git a/configure.in b/configure.in
index 71bad26..5e88d57 100644
--- a/configure.in
+++ b/configure.in
@@ -66,6 +66,8 @@ else
   build_for=$host_alias
 fi
 
+AC_ENABLE_SHARED
+
 use__thread=yes
 case "$build_for" in
  i*86*-*)


solves it. I just need to find out if AC_DISABLE_SHARED after enable is
allowed (for the nios2 case).

Jan

-- 
Siemens AG, Corporate Technology, CT SE 2
Corporate Competence Center Embedded Linux

_______________________________________________
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core

Reply via email to