gcconfig.h: Add FreeBSD powerpc64 defines.

2013-12-21  Andreas Tobler  <andreast@gcc.gnu.org>

    * include/private/gcconfig.h: Add FreeBSD powerpc64 defines.

From-SVN: r206162
This commit is contained in:
Andreas Tobler 2013-12-21 21:42:39 +01:00
parent b1055be00b
commit 97dd6e4bf3
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-12-21 Andreas Tobler <andreast@gcc.gnu.org>
* include/private/gcconfig.h: Add FreeBSD powerpc64 defines.
2013-09-20 Alan Modra <amodra@gmail.com>
* configure: Regenerate.

View File

@ -849,7 +849,15 @@
# define NO_PTHREAD_TRYLOCK
# endif
# ifdef FREEBSD
# if defined(__powerpc64__)
# define ALIGNMENT 8
# define CPP_WORDSZ 64
# ifndef HBLKSIZE
# define HBLKSIZE 4096
# endif
# else
# define ALIGNMENT 4
# endif
# define OS_TYPE "FREEBSD"
# ifndef GC_FREEBSD_THREADS
# define MPROTECT_VDB