* config.gcc (cris-*-linux*): Revert mistaken commit.

From-SVN: r71970
This commit is contained in:
Nathanael Nerode 2003-10-01 11:14:01 +00:00
parent 8ee37f152b
commit 3fc87ac147
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc (cris-*-linux*): Revert mistaken commit.
2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
PR optimization/11753

View File

@ -683,7 +683,7 @@ cris-*-elf | cris-*-none)
;;
cris-*-linux*)
tm_file="dbxelf.h elfos.h svr4.h ${tm_file} linux.h cris/linux.h"
tmake_file="cris/t-cris t-slibgcc-elf-ver t-linux"
tmake_file="cris/t-cris t-slibgcc-elf-ver cris/t-linux"
;;
d30v-*)
tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"