From bed5e954db2b373e781c555f3583681d2463c84a Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 27 May 2001 00:38:26 +0000 Subject: [PATCH] *** empty log message *** --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4043 --- configure.in | 2 +- ltconfig | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 56d73b5b3..b65c3ed5d 100644 --- a/configure.in +++ b/configure.in @@ -1284,7 +1284,7 @@ case "$target" in COPY_ARCH_SRC(src/timer, linux, SDL_systimer.c) fi # NetBSD does not define "unix" - CFLAGS="$CFLAGS -Dunix -D_POSIX_THREAD_SYSCALL_SOFT=1" + CFLAGS="$CFLAGS -Dunix" ;; *-*-openbsd*) ARCH=openbsd diff --git a/ltconfig b/ltconfig index 356b14fa8..ad46d1b73 100755 --- a/ltconfig +++ b/ltconfig @@ -1286,6 +1286,9 @@ EOF # dlltool doesn't understand --whole-archive et. al. whole_archive_flag_spec= ;; + netbsd*) + whole_archive_flag_spec= + ;; *) # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then