Bugzilla Bug 360169: changed the value of the _PR_SI_ARCHITECTURE macro

back to "hppa1.1" for backward compatibility. r=nelsonb
This commit is contained in:
wtchang%redhat.com 2006-11-14 00:50:17 +00:00
Родитель 452ba3d593
Коммит 5fbe0d29f7
1 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -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