From fad2d16d207520d28ff12b0704d0b708ef8a91dc Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Sun, 18 Nov 2012 18:36:48 +0100 Subject: [PATCH] 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. --- cde/config/cf/OpenBSD.cf | 2 -- 1 file changed, 2 deletions(-) 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 */ -- 2.25.1