re PR ada/18228 (Ada uses the wrong file ending for its shared library on darwin)
authorAndrew Pinski <pinskia@physics.uc.edu>
Tue, 2 Nov 2004 16:30:47 +0000 (16:30 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Tue, 2 Nov 2004 16:30:47 +0000 (08:30 -0800)
2004-10-26  Andrew Pinski  <pinskia@physics.uc.edu>

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

From-SVN: r89988

gcc/ada/ChangeLog
gcc/ada/Makefile.in

index 5e5280edeba0c608ca8fd1c64db8ce58317595b6..a2dfe58594669ad4b6a089a5ef698f10ea235658 100644 (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>
 
index 45737fa0d0bb26b06d2cd2d7f5913ce87f5b6afb..864793692b3999fc79bd17503c516ad79dc21c94 100644 (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