Bug 4255 - libunwind needs to be built for multiple platforms.
Summary: libunwind needs to be built for multiple platforms.
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 3076 4064
  Show dependency treegraph
 
Reported: 2007-03-22 14:32 UTC by Nurdin Premji
Modified: 2007-12-17 11:45 UTC (History)
0 users

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 Nurdin Premji 2007-03-22 14:32:33 UTC
 
Comment 1 Nurdin Premji 2007-03-22 18:01:00 UTC
directories have to be created for each platform we support.

I.e. 

mkdir -p libunwind-i386
cd libunwind-i386
$srcdir/libunwind/configure --target=i386-unknown-linux-gnu

this target is in frysk-imports/configure.ac but is currently not working.
Comment 2 Mark Wielaard 2007-12-17 11:45:02 UTC
libunwind is now build for x86, x86_64, ppc and ppc64.