Re: Cross compiling NSPR for an xtensa processor
"Wan-Teh Chang" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.nspr |
|---|---|
| Message-ID | <[email protected]> |
On 9/8/07, Pradeep <[email protected]> wrote: > Hello Wan-Teh, > From the nspr porting instructions I saw that the > jmp_buf information from _linux.h is used only for the local NSPR > version. And as i have the pthread library the USE_PTHREADS=1 in the > autoconf.mk. So will I be correct in thinking that the jmp_buf > information will not be used. Pradeep, yes, you can omit the jmp_buf information for your processor. You only need to port the pthread (USE_PTHREADS=1) version, which is the default. Wan-Teh