re PR ada/18228 (Ada uses the wrong file ending for its shared library on darwin)

2004-10-26  Andrew Pinski  <pinskia@physics.uc.edu>

        PR ada/18228
        * Makefile.in (darwin): Set soext to .dylib.

From-SVN: r89988
This commit is contained in:
Andrew Pinski 2004-11-02 16:30:47 +00:00 committed by Andrew Pinski
parent 8dd3b235b8
commit bb342a7752
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-10-26 Andrew Pinski <pinskia@physics.uc.edu>
PR ada/18228
* Makefile.in (darwin): Set soext to .dylib.
2004-10-26 Vincent Celier <celier@gnat.com>
Thomas Quinot <quinot@act-europe.fr>

View File

@ -1411,6 +1411,9 @@ ifeq ($(strip $(filter-out powerpc darwin%,$(arch) $(osys))),)
SO_OPTS = -Wl,-flat_namespace
RANLIB = ranlib -c
LIBRARY_VERSION := $(LIB_VERSION)
soext = .dylib
endif
# The runtime library for gnat comprises two directories. One contains the