From 5fbe0d29f7a94c187aa8e6f9b3443c9adbd81cc2 Mon Sep 17 00:00:00 2001 From: "wtchang%redhat.com" Date: Tue, 14 Nov 2006 00:50:17 +0000 Subject: [PATCH] Bugzilla Bug 360169: changed the value of the _PR_SI_ARCHITECTURE macro back to "hppa1.1" for backward compatibility. r=nelsonb --- nsprpub/pr/include/md/_hpux.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nsprpub/pr/include/md/_hpux.h b/nsprpub/pr/include/md/_hpux.h index 64729607680..55156f49f4e 100644 --- a/nsprpub/pr/include/md/_hpux.h +++ b/nsprpub/pr/include/md/_hpux.h @@ -48,7 +48,12 @@ #define _PR_SI_ARCHITECTURE "ia64" #define PR_DLL_SUFFIX ".so" #else -#define _PR_SI_ARCHITECTURE "hppa" +/* + * _PR_SI_ARCHITECTURE must be "hppa1.1" for backward compatibility. + * It was changed to "hppa" in NSPR 4.6.2, but was changed back in + * NSPR 4.6.4. + */ +#define _PR_SI_ARCHITECTURE "hppa1.1" #define PR_DLL_SUFFIX ".sl" #endif