aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/link.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/link.c')
-rw-r--r--gcc/ada/link.c22
1 files changed, 1 insertions, 21 deletions
diff --git a/gcc/ada/link.c b/gcc/ada/link.c
index 223147d..88c4846 100644
--- a/gcc/ada/link.c
+++ b/gcc/ada/link.c
@@ -96,27 +96,7 @@ extern "C" {
#define SHARED 'H'
#define STATIC 'T'
-#if defined (sgi)
-const char *__gnat_object_file_option = "-Wl,-objectlist,";
-const char *__gnat_run_path_option = "-Wl,-rpath,";
-int __gnat_link_max = 5000;
-unsigned char __gnat_objlist_file_supported = 1;
-char __gnat_shared_libgnat_default = STATIC;
-char __gnat_shared_libgcc_default = STATIC;
-unsigned char __gnat_using_gnu_linker = 0;
-const char *__gnat_object_library_extension = ".a";
-unsigned char __gnat_separate_run_path_options = 0;
-
-/* The libgcc_s locations have changed in GCC 4. The n32 version used
- to be in "lib", it moved to "lib32" and "lib" became the home of
- the o32 version. We are targetting n32 by default, so ... */
-#if __GNUC__ < 4
-const char *__gnat_default_libgcc_subdir = "lib";
-#else
-const char *__gnat_default_libgcc_subdir = "lib32";
-#endif
-
-#elif defined (__WIN32)
+#if defined (__WIN32)
const char *__gnat_object_file_option = "";
const char *__gnat_run_path_option = "";
int __gnat_link_max = 30000;