summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rw-r--r--mk/platform/Darwin.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/mk/platform/Darwin.mk b/mk/platform/Darwin.mk
index a2fc62eda62..c1daf456f9b 100644
--- a/mk/platform/Darwin.mk
+++ b/mk/platform/Darwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Darwin.mk,v 1.44 2010/12/22 20:43:45 abs Exp $
+# $NetBSD: Darwin.mk,v 1.45 2011/01/04 09:53:31 adam Exp $
#
# Variable definitions for the Darwin operating system.
@@ -108,10 +108,6 @@ _OPSYS_NO_WHOLE_ARCHIVE_FLAG= -Wl,--no-whole-archive
_OPSYS_CAN_CHECK_SHLIBS= no # can't use readelf in check/bsd.check-vars.mk
-# The x86_64 "iconv" library is incomplete, please look here for details:
-# http://www.mail-archive.com/gtk-list@gnome.org/msg28747.html
-_INCOMPAT_ICONV= Darwin-*-x86_64
-
_STRIPFLAG_CC?= ${_INSTALL_UNSTRIPPED:D:U-Wl,-x} # cc(1) option to strip
_STRIPFLAG_INSTALL?= ${_INSTALL_UNSTRIPPED:D:U-s} # install(1) option to strip