From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Subject: Re: [PATCH V2] add Mac OS X support Date: Wed, 15 Jul 2009 21:33:42 -0500 Message-ID: References: <1243361246-1743-1-git-send-email-plagnioj@jcrosoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <1243361246-1743-1-git-send-email-plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Jean-Christophe PLAGNIOL-VILLARD Cc: devicetree-discuss-mnsaURCQ41sdnm+yROfE0A@public.gmane.org List-Id: devicetree@vger.kernel.org > use dylib shared lib extention > allow to specifiy os specific shared lib link option > Mac OS use -dynamiclib instead of -shared, -install_name instead of -soname > and does not support --version-script > > add HOSTOS macro to detect the current os you are > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- > V2 > detect dynamicly the host OS Applied and pushed out. Thanks, jdl