On Jul 14, 2011, at 7:32 PM, Kurt Miller wrote: > Hi Mike, > > I noticed that FreeBSD and OpenBSD wasn't using mapfiles on the jdk tree. I > would like to enable them for PLATFORM bsd, but not for Apple since it > doesn't support them. Since mapfiles are disabled on Apply by this: > > make/common/Defs-bsd.gmk:# Darwin does not support linker map files. > make/common/Defs-bsd.gmk:ifeq ($(OS_VENDOR), Apple) > make/common/Defs-bsd.gmk:LDNOMAP=true > make/common/Defs-bsd.gmk:endif > > I believe the attached diff is will not break the Apple build. Would it be > possible for you to confirm this doesn't cause an issue for Apple builds > since my ppc Apple can't build right now? > > Thanks, > -Kurt
Sure thing. I've tested and the Mac OS X port builds fine with this change. Cheers, ~Mike