mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 04:40:29 +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:
parent
ecc5974ba6
commit
ff83b88d17
1 changed files with 4 additions and 0 deletions
|
@ -352,6 +352,10 @@ typedef int GC_bool;
|
|||
# endif
|
||||
# define mach_type_known
|
||||
# endif
|
||||
# if defined(__s390__) && defined(LINUX)
|
||||
# define S370
|
||||
# define mach_type_known
|
||||
# endif
|
||||
# if defined(__GNU__)
|
||||
# define I386
|
||||
# define GNU
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue