Open
Bug 376256
Opened 18 years ago
Updated 3 years ago
NSPR cross-compilation with dpkg-cross is fail
Categories
(NSPR :: NSPR, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: romaxa, Unassigned)
References
Details
Attachments
(1 file)
|
1.06 KB,
patch
|
Details | Diff | Splinter Review |
dpkg-buildpackage -a[ARCH] -us -uc
Building mozilla/nsprpub with dpkg-cross tool will generate nsinstall with TARGET _ARCH.
In dpkg-cross environment $(CC) overriding by TARGET gcc compiler by default.
We should check in mozilla/nsprpub/config/Makefile.in
CROSS_COMPILE define and use $(HOST_CC) instead $(CC)
| Reporter | ||
Comment 1•18 years ago
|
||
Attachment #276587 -
Flags: review?(wtc)
Updated•18 years ago
|
Assignee: wtc → romaxa
| Reporter | ||
Comment 2•15 years ago
|
||
Comment on attachment 276587 [details] [diff] [review]
Build fix
I think I don't care anymore about this bug...
if I start to work on "slind" distribution or any other cross-env build system again, then I'll try to fix this bug.
Attachment #276587 -
Flags: review?(wtc)
Comment 3•3 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: romaxa → nobody
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•