diff options
| author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-09 16:17:46 +0000 |
|---|---|---|
| committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-09 16:17:46 +0000 |
| commit | 9b8a6d309767944eb07ec7bbc540b411a498b94b (patch) | |
| tree | d17b2722a9d2de11e5aa683c0207188c64777d2b | |
| parent | abe68c7d917fb4c9322a4756d290d74ac7ec4b73 (diff) | |
| download | ppe42-gcc-9b8a6d309767944eb07ec7bbc540b411a498b94b.tar.gz ppe42-gcc-9b8a6d309767944eb07ec7bbc540b411a498b94b.zip | |
* config.gcc: Remove redundant thread_file setting clauses for
various *-*-linux* targets.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72269 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config.gcc | 11 |
2 files changed, 5 insertions, 11 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1c2dc1f69a5..f42327bec67 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-10-09 Nathanael Nerode <neroden@gcc.gnu.org> + + * config.gcc: Remove redundant thread_file setting clauses for + various *-*-linux* targets. + 2003-10-09 Kazu Hirata <kazu@cs.umass.edu> * config/h8300/h8300.md (define_asm_attributes): New. diff --git a/gcc/config.gcc b/gcc/config.gcc index 1a13e1c7f78..7fa4fca3b51 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -620,11 +620,6 @@ arm*-*-linux*) # ARM GNU/Linux with ELF tmake_file="t-slibgcc-elf-ver t-linux arm/t-linux" extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" gnu_ld=yes - case ${enable_threads} in - "" | yes | posix) - thread_file='posix' - ;; - esac ;; arm*-*-uclinux*) # ARM ucLinux tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/linux-gas.h arm/linux-elf.h arm/uclinux-elf.h" @@ -1443,9 +1438,6 @@ mips64*-*-linux*) extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o" gnu_ld=yes gas=yes - if test x$enable_threads = xyes; then - thread_file='posix' - fi ;; mips*-*-linux*) # Linux MIPS, either endian. tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h" @@ -2158,9 +2150,6 @@ am33_2.0-*-linux*) tm_file="mn10300/mn10300.h dbxelf.h elfos.h linux.h mn10300/linux.h" tmake_file="t-linux mn10300/t-linux" gas=yes gnu_ld=yes - if test x$enable_threads = xyes; then - thread_file='posix' - fi extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o" use_collect2=no ;; |

