Bug 3692 - Modify funit to use 32-bit install path from 32-bit build
Summary: Modify funit to use 32-bit install path from 32-bit build
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
: 3299 (view as bug list)
Depends on: 3299
Blocks: 2654 3682
  Show dependency treegraph
 
Reported: 2006-12-11 04:22 UTC by Andrew Cagney
Modified: 2007-01-04 15:16 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.