mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-05 03:30:24 +02:00
* gc_os_dep.c: add NetBSD powerpc config info. Thanks to Thomas
Klausner.
This commit is contained in:
parent
4d6ae3cfbc
commit
3ca833fd1e
1 changed files with 5 additions and 0 deletions
|
@ -93,6 +93,11 @@ typedef int GC_bool;
|
||||||
# define OPENBSD
|
# define OPENBSD
|
||||||
# define mach_type_known
|
# define mach_type_known
|
||||||
# endif
|
# endif
|
||||||
|
# if defined(__NetBSD__) && defined(__powerpc__)
|
||||||
|
# define POWERPC
|
||||||
|
# define NETBSD
|
||||||
|
# define mach_type_known
|
||||||
|
# endif
|
||||||
# if defined(__NetBSD__) && defined(m68k)
|
# if defined(__NetBSD__) && defined(m68k)
|
||||||
# define M68K
|
# define M68K
|
||||||
# define NETBSD
|
# define NETBSD
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue