Add AIX 64 shared library support and emulation layer for binutils
[deliverable/binutils-gdb.git] / binutils / configure.in
index 42381bb98c4abdecefafd4e199d257185f88376c..26a88f1f9b3f77f77fe39224af54368a6fdfdda3 100644 (file)
@@ -313,6 +313,26 @@ else
 fi
 AC_SUBST(UNDERSCORE)
 
+# Emulation 
+for targ_alias in `echo $target_alias $enable_targets | sed 's/,/ /g'`
+do
+  # Canonicalize the secondary target names.
+ result=`$ac_config_sub $targ_alias 2>/dev/null`
+ if test -n "$result"; then
+   targ=$result
+ else
+   targ=$targ_alias
+ fi
+
+ . ${srcdir}/configure.tgt
+
+  EMULATION=$targ_emul
+  EMULATION_VECTOR=$targ_emul_vector   
+done
+
+AC_SUBST(EMULATION)
+AC_SUBST(EMULATION_VECTOR)
+
 AC_OUTPUT(Makefile doc/Makefile po/Makefile.in:po/Make-in,
 [
 case "x$CONFIG_FILES" in
This page took 0.023362 seconds and 4 git commands to generate.