1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

Added defines for sparc-unknown-netbsdelf1.5 from Adrian Bunk.

Thanks!
This commit is contained in:
Marius Vollmer 2003-03-19 21:59:14 +00:00
parent b80e1b5c9b
commit 598b6787bc

View file

@ -116,6 +116,11 @@ typedef int GC_bool;
# define NETBSD
# define mach_type_known
# endif
# if defined(__NetBSD__) && defined(__sparc__)
# define SPARC
# define NETBSD
# define mach_type_known
# endif
# if defined(vax)
# define VAX
# ifdef ultrix