OSDN Git Service

gcc:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Nov 2008 17:13:01 +0000 (17:13 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Nov 2008 17:13:01 +0000 (17:13 +0000)
commit03150a338ef2f77b0e6a8b3238e3f6f9fba15e4f
tree05532f9b36c19db3ba4c3c2a298e1d0c80348696
parent40b4f5e174cfdb85f43dabb9b568cad567c7a3f8
gcc:
PR bootstrap/33100
* config.gcc (i[34567]86-*-solaris2*): Don't include
i386/t-crtstuff here.
Move extra_parts, i386/t-sol2 in tmake_file to libgcc/config.host.
* config/i386/t-sol2: Move to libgcc/config/i386.

libgcc:
PR bootstrap/33100
* configure.ac (i?86-*-solaris2.1[0-9]*): Only include
i386/t-crtstuff if linker supports ZERO terminator unwind entries.
* configure: Regenerate.
* config.host (i[34567]86-*-solaris2*): Move i386/t-sol2 in
tmake_file here from gcc/config.gcc.
Move extra_parts here from gcc/config.gcc.
* config/i386/t-sol2: Move here from gcc/config/i386.
Use gcc_srcdir instead of srcdir.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142050 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config.gcc
libgcc/ChangeLog
libgcc/config.host
libgcc/config/i386/t-sol2 [moved from gcc/config/i386/t-sol2 with 63% similarity]
libgcc/configure
libgcc/configure.ac