summaryrefslogtreecommitdiffstats
path: root/soltools/checkdll
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2001-11-27 09:43:40 +0000
committerMartin Hollmichel <mh@openoffice.org>2001-11-27 09:43:40 +0000
commitda893a1395e557511931726315df63837b8d838d (patch)
tree9af0b104103e3f5b73e7fca848d159912b722585 /soltools/checkdll
parentallways get *minor.mk from solenv/inc directly; minormkchanged.flg for unix (diff)
downloadcore-da893a1395e557511931726315df63837b8d838d.tar.gz
core-da893a1395e557511931726315df63837b8d838d.zip
add: link switches for NETBSD #95126#, contributed by Michael Rauch
Diffstat (limited to 'soltools/checkdll')
-rw-r--r--soltools/checkdll/makefile.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/soltools/checkdll/makefile.mk b/soltools/checkdll/makefile.mk
index d4ab3bca1b49..8e2817bc811d 100644
--- a/soltools/checkdll/makefile.mk
+++ b/soltools/checkdll/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: nf $ $Date: 2001-04-25 09:13:43 $
+# last change: $Author: mh $ $Date: 2001-11-27 10:43:40 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -79,6 +79,9 @@ NO_DEFAULT_STL=TRUE
APP1TARGET = checkdll
APP1OBJS = $(OBJ)$/checkdll.obj
DEPOBJFILES = $(APP1OBJS)
+.IF "$(OS)"=="NETBSD"
+APP1STDLIBS += -Wl,--whole-archive -lgcc -Wl,--no-whole-archive
+.ENDIF
.ENDIF # "$(GUI)"=="UNX"
# --- Targets ------------------------------------------------------