From: Pascal Stumpf Date: Sun, 18 Nov 2012 17:36:48 +0000 (+0100) Subject: Remove hack adding csu objects to the linker command line on OpenBSD. X-Git-Tag: 2.2.0d~26 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fad2d16d207520d28ff12b0704d0b708ef8a91dc;p=oweals%2Fcde.git Remove hack adding csu objects to the linker command line on OpenBSD. This is no longer needed now that $(CC) is used to link shared libraries. --- diff --git a/cde/config/cf/OpenBSD.cf b/cde/config/cf/OpenBSD.cf index 3b340f83..afbb5841 100644 --- a/cde/config/cf/OpenBSD.cf +++ b/cde/config/cf/OpenBSD.cf @@ -1028,8 +1028,6 @@ install:: fonts.alias @@\ #define KornShell /usr/local/bin/ksh93 #endif -#define SharedLibraryLoadFlags -shared /usr/lib/crtbeginS.o /usr/lib/crtendS.o - #define AvoidNullMakeCommand YES /* This must come last */