Skip to content
Snippets Groups Projects
Commit 14f9c020 authored by ro's avatar ro
Browse files

* link.c [sgi] (shared_libgnat_default): Change to STATIC.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75516 138bc75d-0d04-0410-961f-82ee72b054a4
parent c1f858a3
No related branches found
No related tags found
No related merge requests found
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> 2004-01-05 Kelley Cook <kcook@gcc.gnu.org>
* Make-lang.in: Revert stamp-xgnatug change from 2003-12-18. * Make-lang.in: Revert stamp-xgnatug change from 2003-12-18.
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* * * *
* C Implementation File * * 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 * * 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- * * terms of the GNU General Public License as published by the Free Soft- *
...@@ -96,7 +96,7 @@ const char *object_file_option = "-Wl,-objectlist,"; ...@@ -96,7 +96,7 @@ const char *object_file_option = "-Wl,-objectlist,";
const char *run_path_option = "-Wl,-rpath,"; const char *run_path_option = "-Wl,-rpath,";
int link_max = 5000; int link_max = 5000;
unsigned char objlist_file_supported = 1; unsigned char objlist_file_supported = 1;
char shared_libgnat_default = SHARED; char shared_libgnat_default = STATIC;
unsigned char using_gnu_linker = 0; unsigned char using_gnu_linker = 0;
const char *object_library_extension = ".a"; const char *object_library_extension = ".a";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment