Use a sensible set of compiler options for building dynamic libraries on Mac OS X
authorwolfgang.thaller@gmx.net <unknown>
Tue, 27 Mar 2007 20:17:00 +0000 (20:17 +0000)
committerwolfgang.thaller@gmx.net <unknown>
Tue, 27 Mar 2007 20:17:00 +0000 (20:17 +0000)
commit006e481e4759d8dc9025ba82982847b7dffe158b
treebf538c6b3e460d35c681a26760f11bc9f0711fb8
parent4439532f2c5edaab6cb360549c0f29e884d56675
Use a sensible set of compiler options for building dynamic libraries on Mac OS X

The official options to use for building a dylib on Mac OS X are now
-undefined dynamic_lookup -single_module -Wl,-macosx_version_min -Wl,10.3
... which should work on all arches (10.3 or later).

MERGE TO STABLE
mk/package.mk