diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1997-07-02 07:03:18 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1997-07-02 07:03:18 -0400 |
commit | d7308c0c971677f7b1e13d83b133d7e200cd758c (patch) | |
tree | 6b82a82005eb1dad0fd238096857c6e073d9d846 /gcc | |
parent | 7affc5753e2433b4f7057522b8d320294678ff74 (diff) | |
download | gcc-d7308c0c971677f7b1e13d83b133d7e200cd758c.zip gcc-d7308c0c971677f7b1e13d83b133d7e200cd758c.tar.gz gcc-d7308c0c971677f7b1e13d83b133d7e200cd758c.tar.bz2 |
(powerpc-*-linuxgnu*): Default thread_file is posix.
Set xmake_file to x-linux. Add extra_parts.
From-SVN: r14379
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/configure.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/configure.in b/gcc/configure.in index 2dca544..a96d3b6 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 |