]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix aix --with-gnu-ld configuration bug.
authorJim Wilson <wilson@cygnus.com>
Mon, 24 May 1999 20:32:23 +0000 (20:32 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 24 May 1999 20:32:23 +0000 (13:32 -0700)
* configure.in (rs6000-ibm-aix4.[12]*): Delete use of aix41-gld.h.
Add use of x-aix41-gld.

From-SVN: r27130

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 96eb8d6a364024fc26d62b41f98c08dcd6d3f911..a207e8ae736705571f08223db0558aac5b42cd95 100644 (file)
@@ -1,3 +1,8 @@
+Mon May 24 20:30:08 1999  Jim Wilson  <wilson@cygnus.com>
+
+       * configure.in (rs6000-ibm-aix4.[12]*): Delete use of aix41-gld.h.
+       Add use of x-aix41-gld.
+       
 Mon May 24 16:44:09 1999  Jakub Jelinek  <jj@ultra.linux.cz>
 
        * sparc/linux64.h (ASM_OUTPUT_CONSTRUCTOR): Define.
index 5c44d856d73713831563bcc71e449845ba7a17d6..04c63e713a357690fe50aa97c88d5fbc5aae1de6 100755 (executable)
@@ -5229,19 +5229,19 @@ for machine in $build $host $target; do
                use_collect2=yes
                ;;
        rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
-               if test "$gnu_ld" = yes
-               then
-                       tm_file=rs6000/aix41-gld.h
-               else
-                       tm_file=rs6000/aix41.h
-               fi
+               tm_file=rs6000/aix41.h
                if test x$host != x$target
                then
                        tmake_file=rs6000/t-xnewas
                else
                        tmake_file=rs6000/t-newas
                fi
-               xmake_file=rs6000/x-aix41
+               if test "$gnu_ld" = yes
+               then
+                       xmake_file=rs6000/x-aix41-gld
+               else
+                       xmake_file=rx6000/x-aix41
+               fi
                float_format=none
                use_collect2=yes
                ;;
index d9cd396b1d5f7e5c2926f87454990e1946beb9ab..303aa6bc45142ff2752132319df5c3328033c9fd 100644 (file)
@@ -2920,19 +2920,19 @@ changequote([,])dnl
 changequote(,)dnl
        rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
 changequote([,])dnl
-               if test "$gnu_ld" = yes
-               then
-                       tm_file=rs6000/aix41-gld.h
-               else
-                       tm_file=rs6000/aix41.h
-               fi
+               tm_file=rs6000/aix41.h
                if test x$host != x$target
                then
                        tmake_file=rs6000/t-xnewas
                else
                        tmake_file=rs6000/t-newas
                fi
-               xmake_file=rs6000/x-aix41
+               if test "$gnu_ld" = yes
+               then
+                       xmake_file=rs6000/x-aix41-gld
+               else
+                       xmake_file=rx6000/x-aix41
+               fi
                float_format=none
                use_collect2=yes
                ;;