1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-24 13:30:21 +02:00

* gc_os_dep.c: add NetBSD powerpc config info. Thanks to Thomas

Klausner.
This commit is contained in:
Rob Browning 2003-04-13 17:46:39 +00:00
parent 620246746b
commit 9534300a30

View file

@ -110,6 +110,11 @@ typedef int GC_bool;
# define OPENBSD
# define mach_type_known
# endif
# if defined(__NetBSD__) && defined(__powerpc__)
# define POWERPC
# define NETBSD
# define mach_type_known
# endif
# if defined(__NetBSD__) && defined(m68k)
# define M68K
# define NETBSD