diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-31 19:50:59 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-31 19:50:59 +0000 |
commit | ad6782e2912dc14441c6792b729e9dabcde673c8 (patch) | |
tree | 2d186092e0620d6fc8a3b097bfd98027c07da209 /gcc/config.gcc | |
parent | 67881e1853072da3ddb2b58307b32f8a192bb8af (diff) | |
download | gcc-ad6782e2912dc14441c6792b729e9dabcde673c8.tar.gz |
* config.gcc (cris-*-linux*, tm_file): Rearrange order.
* config/cris/linux.h (LIB_SPEC, STARTFILE_SPEC): Don't redefine.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46682 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 2f6e7fb059c..41f6f2f6b84 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -679,7 +679,7 @@ cris-*-elf | cris-*-none) gas=yes ;; cris-*-linux*) - tm_file="elfos.h svr4.h linux.h ${tm_file} cris/linux.h" + tm_file="elfos.h svr4.h ${tm_file} linux.h cris/linux.h" tmake_file="cris/t-cris t-slibgcc-elf-ver cris/t-linux" extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" case x${enable_threads} in |