Shared libraries work fine on Darwin now, so selection of shared libraries can be left up to CONFIG_SITE.

This commit is contained in:
W. Eric Norum
2002-06-27 15:58:12 +00:00
parent 8affdcc464
commit f124a5b941

View File

@@ -13,11 +13,6 @@ include $(CONFIG)/os/CONFIG.Common.UnixCommon
OS_CLASS = Darwin
ARCH_CLASS = ppc
#
# Don't try building shared libraries on Darwin for now
#
SHARED_LIBRARIES=NO
#
# Special flags for Darwin
# No common blocks (as required when going to shared libraries)