1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-27 23:40:24 +02:00

* gc_os_dep.c Added patch for UnixWare and OpenUNIX support.

Thanks to Boyd Gerber.
Added check for __arm__ in addition to arm for LINUX.  Thanks to
James Treacy for reporting the problem.
This commit is contained in:
Rob Browning 2003-04-16 20:02:22 +00:00
parent 06f55e9f82
commit eb2f70b61d

View file

@ -221,7 +221,7 @@ typedef int GC_bool;
# define SPARC
# define mach_type_known
# endif
# if defined(LINUX) && defined(arm)
# if defined(LINUX) && (defined(arm) || defined(__arm__))
# define ARM32
# define mach_type_known
# endif