Bug 3692

Summary: Modify funit to use 32-bit install path from 32-bit build
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: RESOLVED FIXED    
Severity: normal CC: skasal
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on: 3299    
Bug Blocks: 2654, 3682    

Description Andrew Cagney 2006-12-11 04:22:35 UTC
And don't force the 32-bit compiler when building when --without-32-bit or what
ever is specified.
Comment 1 Andrew Cagney 2006-12-11 04:26:29 UTC
*** Bug 3299 has been marked as a duplicate of this bug. ***
Comment 2 Andrew Cagney 2007-01-04 14:00:42 UTC
mine
Comment 3 Andrew Cagney 2007-01-04 15:16:57 UTC
2006-12-13  Andrew Cagney  <cagney@redhat.com>

        * funit.java: Do not call Paths .setPrefixes.  Use Config
        .PKGLIB32DIR.

2006-12-12  Stepan Kasal  <skasal@redhat.com>

        * funit-child.xml: s/pkglibexecdir/pkglibdir/
        * funit-exec.xml: Ditto.
        * funit-exit.xml: Ditto.
        * funit-threads.xml: Ditto.
        * funit.xml: Ditto.
        * funit.java: Replace Config.PKGLIBEXEC*DIR with Config.PKGLIB*DIR.

And so on.