This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: For now, last libjava alpha*-*-freebsd* configuration patch


Loren James Rittle wrote:

>Fails to bootstrap alpha*-*-freebsd[45]* without patch.
>
>	* include/posix-threads.h: Support <.../pal.h> on FreeBSD/alpha.
>
>   
>  #ifdef __alpha__
>  
>+ #ifdef __FreeBSD__
>+ #include <machine/pal.h>
>+ #define PAL_rduniq PAL_rdunique
>+ #else
>  #include <asm/pal.h>
>+ #endif
>  
>  typedef unsigned long _Jv_ThreadId_t;
>  
>

We should really move this stuff out to a sysdeps header.... but for 
now, this is fine.

regards

Bryce.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]