1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 13:00:26 +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 and copied
__s390__ defines from upstream libgc. Thanks to James Treacy for
reporting the problems.
This commit is contained in:
Rob Browning 2003-04-16 20:17:44 +00:00
parent ecc5974ba6
commit ff83b88d17

View file

@ -352,6 +352,10 @@ typedef int GC_bool;
# endif # endif
# define mach_type_known # define mach_type_known
# endif # endif
# if defined(__s390__) && defined(LINUX)
# define S370
# define mach_type_known
# endif
# if defined(__GNU__) # if defined(__GNU__)
# define I386 # define I386
# define GNU # define GNU