Bug 15940 - API: Need new os/arch for hp-ux
Summary: API: Need new os/arch for hp-ux
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 2.0   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 2.0 M6   Edit
Assignee: DJ Houghton CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2002-05-14 09:50 EDT by DJ Houghton CLA
Modified: 2002-05-20 21:50 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description DJ Houghton CLA 2002-05-14 09:50:27 EDT
We need to add new BootLoader constants for HP-UX.

OS = hpux
ARCH = pa_risc

Also need to add these to the knownOSValues/knownOSArchValues lists.

Check casing to ensure the constants are supposed to be all lower case.
Comment 1 DJ Houghton CLA 2002-05-16 18:14:03 EDT
Fixed and ready to be reviewed/released.
Comment 2 DJ Houghton CLA 2002-05-20 21:50:16 EDT
OS was already in the BootLoader constants.
Created new arch value PA_RISC (all caps) based on the values returned by:
  System.getProperty("os.arch");
on the HP machine.

Released.