From d7308c0c971677f7b1e13d83b133d7e200cd758c Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 2 Jul 1997 07:03:18 -0400 Subject: [PATCH] (powerpc-*-linuxgnu*): Default thread_file is posix. Set xmake_file to x-linux. Add extra_parts. From-SVN: r14379 --- gcc/configure.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/configure.in b/gcc/configure.in index 2dca5443b24..a96d3b66784 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -2123,9 +2123,13 @@ for machine in $build $host $target; do else tmake_file="rs6000/t-ppc t-linux rs6000/t-ppccomm" fi - xmake_file=rs6000/x-sysv4 + xmake_file=x-linux fixincludes=Makefile.in + extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" extra_headers=ppc-asm.h + if [[ x$thread_file = x ]]; then + thread_file='posix' + fi ;; powerpc-*-vxworks*) cpu_type=rs6000 -- 2.30.2