mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-24 21:50:20 +02:00
* gc_os_dep.c: add NetBSD powerpc config info. Thanks to Thomas
Klausner.
This commit is contained in:
parent
620246746b
commit
9534300a30
1 changed files with 5 additions and 0 deletions
|
@ -110,6 +110,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