QNX porting

This commit is contained in:
Kevin Tew 2011-10-05 03:37:32 -06:00
parent f220ddc8ac
commit d3037adbc0
3 changed files with 4 additions and 2 deletions

2
src/configure vendored
View File

@ -4095,7 +4095,7 @@ case "$host_os" in
;; ;;
nto-qnx*) nto-qnx*)
enable_sgc=yes enable_sgc=yes
LIBS="$LIBS -lsocket" LIBS="$LIBS -lsocket -Wl,--export-dynamic"
;; ;;
*) *)
;; ;;

View File

@ -627,7 +627,7 @@ case "$host_os" in
;; ;;
nto-qnx*) nto-qnx*)
enable_sgc=yes enable_sgc=yes
LIBS="$LIBS -lsocket" LIBS="$LIBS -lsocket -Wl,--export-dynamic"
;; ;;
*) *)
;; ;;

View File

@ -940,6 +940,8 @@
#if defined(__QNX__) #if defined(__QNX__)
# define USE_FCNTL_O_NONBLOCK # define USE_FCNTL_O_NONBLOCK
# define SCHEME_PLATFORM_LIBRARY_SUBPATH "i386-QNX" # define SCHEME_PLATFORM_LIBRARY_SUBPATH "i386-QNX"
# define ASSUME_FIXED_STACK_SIZE
# define FIXED_STACK_SIZE 524288
#endif #endif
/************** (END KNOWN ARCHITECTURE/SYSTEMS) ****************/ /************** (END KNOWN ARCHITECTURE/SYSTEMS) ****************/