OSDN Git Service

* link.c [sgi] (shared_libgnat_default): Change to STATIC.
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Jan 2004 20:58:20 +0000 (20:58 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Jan 2004 20:58:20 +0000 (20:58 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75516 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/ChangeLog
gcc/ada/link.c

index b213781..c69f3ca 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-07  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * link.c [sgi] (shared_libgnat_default): Change to STATIC.
+
 2004-01-05  Kelley Cook  <kcook@gcc.gnu.org>
 
        * Make-lang.in: Revert stamp-xgnatug change from 2003-12-18. 
index c31db93..c9d4d80 100644 (file)
@@ -6,7 +6,7 @@
  *                                                                          *
  *                          C Implementation File                           *
  *                                                                          *
- *          Copyright (C) 1992-2003, Free Software Foundation, Inc.         *
+ *          Copyright (C) 1992-2004, Free Software Foundation, Inc.         *
  *                                                                          *
  * GNAT is free software;  you can  redistribute it  and/or modify it under *
  * terms of the  GNU General Public License as published  by the Free Soft- *
@@ -96,7 +96,7 @@ const char *object_file_option = "-Wl,-objectlist,";
 const char *run_path_option = "-Wl,-rpath,";
 int link_max = 5000;
 unsigned char objlist_file_supported = 1;
-char shared_libgnat_default = SHARED;
+char shared_libgnat_default = STATIC;
 unsigned char using_gnu_linker = 0;
 const char *object_library_extension = ".a";