]> gcc.gnu.org Git - gcc.git/commitdiff
configure.in (gcc_cv_ld_hidden): Also disable on mips-sgi-irix5* without GNU ld.
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Thu, 31 Jul 2003 11:49:56 +0000 (11:49 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Thu, 31 Jul 2003 11:49:56 +0000 (11:49 +0000)
* configure.in (gcc_cv_ld_hidden): Also disable on mips-sgi-irix5*
without GNU ld.
Update comment.
* configure: Regenerate.

From-SVN: r69996

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 2c82f05d50ba8c876293714b9517ca849348b1f8..475035d2585fe5bbc72e2b1f6d2449c6c4996c12 100644 (file)
@@ -1,3 +1,10 @@
+2003-07-31  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * configure.in (gcc_cv_ld_hidden): Also disable on mips-sgi-irix5*
+       without GNU ld.
+       Update comment.
+       * configure: Regenerate.
+
 2003-07-31  Vladimir Makarov  <vmakarov@redhat.com>
 
         * sched-deps.c (sched_analyze_2): Prevent interblock move of CC0
index dce7aa38f539312ca2074dce43379f3f983ae42a..de7b106bc1337f84c63f49ba7bfe7e7a573bc978 100755 (executable)
@@ -6249,14 +6249,14 @@ else
     fi
   else
     case "$target" in
-      mips-sgi-irix6*)
+      mips-sgi-irix[56]*)
         if test x"$gnu_ld_flag" = x"no"; then
           # Even if using gas with .hidden support, the resulting object files
-          # cannot be linked with the IRIX 6 O32 linker.  With the N32 and
-          # N64 linkers, the problem is that the linker refuses to accept
-          # -call_shared (passed by default to the linker) and -r (used to
-          # link the object file generated without .hidden directives with
-          # one that hides symbols), so we also lose.
+          # cannot be linked with the IRIX 5 and IRIX 6 O32 linkers.  With
+          # the IRIX 6 N32 and N64 linkers, the problem is that the linker
+          # refuses to accept -call_shared (passed by default to the
+          # linker) and -r (used to link the object file generated without
+          # .hidden directives with one that hides symbols), so we also lose.
           gcc_cv_ld_hidden=no
         fi
      ;;
index 5f031236a30c4f648d297dacfeeda89d2e49d59f..f7ffc2f767dc6d8108ea728339b193553484be89 100644 (file)
@@ -1828,14 +1828,14 @@ changequote([,])dnl
     fi
   else
     case "$target" in
-      mips-sgi-irix6*)
+      mips-sgi-irix[[56]]*)
         if test x"$gnu_ld_flag" = x"no"; then
           # Even if using gas with .hidden support, the resulting object files
-          # cannot be linked with the IRIX 6 O32 linker.  With the N32 and
-          # N64 linkers, the problem is that the linker refuses to accept
-          # -call_shared (passed by default to the linker) and -r (used to
-          # link the object file generated without .hidden directives with
-          # one that hides symbols), so we also lose.
+          # cannot be linked with the IRIX 5 and IRIX 6 O32 linkers.  With
+          # the IRIX 6 N32 and N64 linkers, the problem is that the linker
+          # refuses to accept -call_shared (passed by default to the
+          # linker) and -r (used to link the object file generated without
+          # .hidden directives with one that hides symbols), so we also lose.
           gcc_cv_ld_hidden=no
         fi
      ;;
This page took 0.090682 seconds and 5 git commands to generate.