Closed
Bug 203830
Opened 22 years ago
Closed 19 years ago
make changes needed for the HP/UX IA-64 port
Categories
(Directory :: LDAP C SDK, defect, P2)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 322576
5.14
People
(Reporter: mcs, Assigned: mcs)
Details
I have some changes that HP has provided as part of a port they did of an older
SDK version to HP/UX on the IA-64 (Itanium) platform.
There are other clean up kinds of things to do also:
1) Add to config.guess as NSPR has already done:
ia64:HP-UX:*:*)
HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
echo ia64-hp-hpux${HPUX_REV}
exit 0 ;;
2) Use these following OBJ_DIR names:
HP-UXB.11.22_ia64_32_DBG.OBJ
HP-UXB.11.22_ia64_32_OPT.OBJ
HP-UXB.11.22_ia64_64_DBG.OBJ
HP-UXB.11.22_ia64_64_OPT.OBJ
Assignee | ||
Updated•22 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → 5.13
Updated•22 years ago
|
QA Contact: nobody
Comment 2•19 years ago
|
||
This bug is a duplicate of 322576 which has already been closed - can you close this bug as a duplicate of that one? For some reason I can't.
Assignee | ||
Comment 3•19 years ago
|
||
*** This bug has been marked as a duplicate of 322576 ***
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•