]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* configure.ac (i?86-*-solaris2*): Use libgcc copy of
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Jul 2011 16:39:57 +0000 (16:39 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Jul 2011 16:39:57 +0000 (16:39 +0000)
i386/t-crtstuff.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176163 138bc75d-0d04-0410-961f-82ee72b054a4

libgcc/ChangeLog
libgcc/configure
libgcc/configure.ac

index cc392378e5b4808b7cad95283c9e1aa47c2873bd..0221e7519195f8e352a97097b3235598ab035f7e 100644 (file)
@@ -1,3 +1,9 @@
+2011-07-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * configure.ac (i?86-*-solaris2*): Use libgcc copy of
+       i386/t-crtstuff.
+       * configure: Regenerate.
+
 2011-07-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * dfp-bit.c, dfp-bit.h: New files.
index 45fe914ddf9df5ce3038b5fab4fcd25264c3b75c..9845eadb65a54ef0eabdc752c6d38fadbf4301d6 100644 (file)
@@ -3826,9 +3826,7 @@ EOF
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; }; then
-      # configure expects config files in libgcc/config, so need a relative
-      # path here.
-      tmake_file="${tmake_file} ../../gcc/config/i386/t-crtstuff"
+      tmake_file="${tmake_file} i386/t-crtstuff"
   fi
   ;;
 esac
index 20536c7152d19ca9cfec61b6d61f7a5c913b4d6b..39a2e920ba75a1c954a9e0277002d74ec9e19989 100644 (file)
@@ -215,9 +215,7 @@ i?86-*-solaris2* | x86_64-*-solaris2.1[[0-9]]*)
        .zero   8
 EOF
   if AC_TRY_COMMAND(${CC-cc} -shared -nostartfiles -nodefaultlibs -o conftest.so conftest.s 1>&AS_MESSAGE_LOG_FD); then
-      # configure expects config files in libgcc/config, so need a relative
-      # path here.
-      tmake_file="${tmake_file} ../../gcc/config/i386/t-crtstuff"
+      tmake_file="${tmake_file} i386/t-crtstuff"
   fi
   ;;
 esac