Since there isn't 32- and 64- libexec dirs, it seems it is considered acceptable to install bit-size dependant executables into lib/lib64. -> need to update 64-bit funit to look for 32-bit executables in new path -> need to modify build/install system to not install those custom 32-bit binaries
Note that this still doesn't modify funit to use the binaries from the 32-bit install. Index: frysk-core/ChangeLog 2006-12-10 Andrew Cagney <cagney@redhat.com> * Makefile.am (EXTRA_DIST): Replace pkglibexec with pkglib. Index: frysk-core/common/ChangeLog 2006-12-10 Andrew Cagney <cagney@redhat.com> * TestRunner.javain: Replace pkglibexecdir with pkglibdir. * Makefile.rules (pkglib_PROGRAMS): Define. (pkglibexecdir, pkglibexecdir, pkglibdir): Define. (pkglibexec_PROGRAMS, pkglibexecdir): Delete. (pkglibexecdir, pkglibexecdir): Delete. Index: frysk-core/frysk/rt/ChangeLog 2006-12-10 Andrew Cagney <cagney@redhat.com> * tests/TestStackBacktrace.java: Replace pkglibexecdir with pkglibdir. Index: frysk-core/frysk/util/ChangeLog 2006-12-10 Andrew Cagney <cagney@redhat.com> * TestFStack.java: Replace pkglibexecdir with pkglibdir.