[xorg-bugzilla-noise] [Bug 828] hppa linux build broken
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Aug 5 21:26:19 PDT 2004
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://freedesktop.org/bugzilla/show_bug.cgi?id=828
------- Additional Comments From pma at fc.hp.com 2004-08-05 21:26 -------
Please adjust the test from
#ifdef __hppa__
to
#if defined(hpux) || defined __hppa__
Otherwise, this change may break builds on HP-UX.
If other patches have gone in that simply substitute
__hppa__ for hpux, we'll need to look at those as well.
This brings up another side issue. It appears that
"HPArchitecture" in the config files has been overloaded.
Historically, it was used for HP-UX builds, but it looks
like it is now being used to denote builds on HP-PA
architectures (see Imake.cf, linux.cf). Sometime in
the future, we should reexamine this and see if we need
to make any changes so that both builds can co-exist
in the same tree.
--
Configure bugmail: https://freedesktop.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the xorg-bugzilla-noise
mailing list