Commit bed5e954 authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4043
parent 56c5f79a
...@@ -1284,7 +1284,7 @@ case "$target" in ...@@ -1284,7 +1284,7 @@ case "$target" in
COPY_ARCH_SRC(src/timer, linux, SDL_systimer.c) COPY_ARCH_SRC(src/timer, linux, SDL_systimer.c)
fi fi
# NetBSD does not define "unix" # NetBSD does not define "unix"
CFLAGS="$CFLAGS -Dunix -D_POSIX_THREAD_SYSCALL_SOFT=1" CFLAGS="$CFLAGS -Dunix"
;; ;;
*-*-openbsd*) *-*-openbsd*)
ARCH=openbsd ARCH=openbsd
......
...@@ -1286,6 +1286,9 @@ EOF ...@@ -1286,6 +1286,9 @@ EOF
# dlltool doesn't understand --whole-archive et. al. # dlltool doesn't understand --whole-archive et. al.
whole_archive_flag_spec= whole_archive_flag_spec=
;; ;;
netbsd*)
whole_archive_flag_spec=
;;
*) *)
# ancient GNU ld didn't support --whole-archive et. al. # ancient GNU ld didn't support --whole-archive et. al.
if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment