mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
b1055be00b
commit
97dd6e4bf3
|
|
@ -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>
|
2013-09-20 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* configure: Regenerate.
|
* configure: Regenerate.
|
||||||
|
|
|
||||||
|
|
@ -849,7 +849,15 @@
|
||||||
# define NO_PTHREAD_TRYLOCK
|
# define NO_PTHREAD_TRYLOCK
|
||||||
# endif
|
# endif
|
||||||
# ifdef FREEBSD
|
# ifdef FREEBSD
|
||||||
|
# if defined(__powerpc64__)
|
||||||
|
# define ALIGNMENT 8
|
||||||
|
# define CPP_WORDSZ 64
|
||||||
|
# ifndef HBLKSIZE
|
||||||
|
# define HBLKSIZE 4096
|
||||||
|
# endif
|
||||||
|
# else
|
||||||
# define ALIGNMENT 4
|
# define ALIGNMENT 4
|
||||||
|
# endif
|
||||||
# define OS_TYPE "FREEBSD"
|
# define OS_TYPE "FREEBSD"
|
||||||
# ifndef GC_FREEBSD_THREADS
|
# ifndef GC_FREEBSD_THREADS
|
||||||
# define MPROTECT_VDB
|
# define MPROTECT_VDB
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue