Skip to content
This repository has been archived by the owner on Jul 3, 2018. It is now read-only.

Commit

Permalink
2013-12-21 Andreas Tobler <[email protected]>
Browse files Browse the repository at this point in the history
    * include/private/gcconfig.h: Add FreeBSD powerpc64 defines.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206162 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
andreast committed Dec 21, 2013
1 parent 16e1963 commit bad0cbd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boehm-gc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2013-12-21 Andreas Tobler <[email protected]>

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

2013-09-20 Alan Modra <[email protected]>

* configure: Regenerate.
Expand Down
8 changes: 8 additions & 0 deletions boehm-gc/include/private/gcconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bad0cbd

Please sign in to comment.