summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2006-12-01 22:57:08 +0000
committerwtchang%redhat.com <devnull@localhost>2006-12-01 22:57:08 +0000
commitca2e65a2e5eefd96fa496da44ef3b599523d2dc3 (patch)
tree95d23bec403915388188eff4c9cf42d7ed09a009
parent0aafd52404c9e5aa89cd53cfd8de475deb955373 (diff)
downloadnspr-hg-ca2e65a2e5eefd96fa496da44ef3b599523d2dc3.tar.gz
Bugzilla Bug 360169: changed the value of the _PR_SI_ARCHITECTURE macro
back to "hppa1.1" for backward compatibility. r=nelsonb Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
-rw-r--r--pr/include/md/_hpux.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/pr/include/md/_hpux.h b/pr/include/md/_hpux.h
index 64729607..55156f49 100644
--- a/pr/include/md/_hpux.h
+++ b/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