cs: repairs for building on Solairs / OpenIndiana
This commit is contained in:
parent
77ece3feb0
commit
5691ade54d
|
@ -97,9 +97,11 @@
|
||||||
# define LITTLE_ENDIAN_IEEE_DOUBLE
|
# define LITTLE_ENDIAN_IEEE_DOUBLE
|
||||||
# endif
|
# endif
|
||||||
# elif defined(_MSC_VER) || defined(__MINGW32__)
|
# elif defined(_MSC_VER) || defined(__MINGW32__)
|
||||||
# define OS_ANY_WINDOWS
|
# define OS_ANY_WINDOWS
|
||||||
# elif __APPLE__
|
# elif __APPLE__
|
||||||
# define OS_ANY_MACOSX
|
# define OS_ANY_MACOSX
|
||||||
|
# elif defined(sun)
|
||||||
|
# define OS_ANY_SOLARIS2
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
2
racket/src/cs/c/configure
vendored
2
racket/src/cs/c/configure
vendored
|
@ -4228,6 +4228,8 @@ disable_curses_arg=--disable-curses
|
||||||
case "$host_os" in
|
case "$host_os" in
|
||||||
solaris2*)
|
solaris2*)
|
||||||
MACH_OS=s2
|
MACH_OS=s2
|
||||||
|
use_flag_pthread="no"
|
||||||
|
use_flag_posix_pthread="yes"
|
||||||
;;
|
;;
|
||||||
aix*)
|
aix*)
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -189,6 +189,8 @@ disable_curses_arg=--disable-curses
|
||||||
case "$host_os" in
|
case "$host_os" in
|
||||||
solaris2*)
|
solaris2*)
|
||||||
MACH_OS=s2
|
MACH_OS=s2
|
||||||
|
use_flag_pthread="no"
|
||||||
|
use_flag_posix_pthread="yes"
|
||||||
;;
|
;;
|
||||||
aix*)
|
aix*)
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user