From 3e0dd8c380cb33bb4e634f29344d604a15ec8171 Mon Sep 17 00:00:00 2001 From: bsiegert Date: Wed, 19 Mar 2014 16:44:08 +0000 Subject: MirBSD: remove -fvisibility=hidden until there is a version of gcc that supports it. --- mk/platform/MirBSD.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'mk/platform') diff --git a/mk/platform/MirBSD.mk b/mk/platform/MirBSD.mk index f1f1b931103..98230240f3b 100644 --- a/mk/platform/MirBSD.mk +++ b/mk/platform/MirBSD.mk @@ -1,4 +1,4 @@ -# $NetBSD: MirBSD.mk,v 1.9 2013/04/28 12:53:56 obache Exp $ +# $NetBSD: MirBSD.mk,v 1.10 2014/03/19 16:44:08 bsiegert Exp $ # # Variable definitions for the MirOS BSD operating system. @@ -45,7 +45,9 @@ _PATCH_CAN_BACKUP= yes # native patch(1) can make backups _PATCH_BACKUP_ARG?= -V simple -z # switch to patch(1) for backup suffix _USE_RPATH= yes # add rpath to LDFLAGS -BUILDLINK_TRANSFORM+= rm:-ldl # libdl.a is an empty static library +BUILDLINK_TRANSFORM+= rm:-ldl # libdl.a is an empty static library +BUILDLINK_TRANSFORM+= rm:-fvisibility=hidden # at least until there is a newer gcc + # flags passed to the linker to extract all symbols from static archives. # this is GNU ld. -- cgit v1.2.3