From 5d712c399755f52a121789cb728db6b288bad558 Mon Sep 17 00:00:00 2001 From: Mark Klein Date: Mon, 12 Jun 2000 22:59:13 +0000 Subject: [PATCH] configure.in: Update tm dependencies for MPE. * configure.in: Update tm dependencies for MPE. * configure: Rebuilt. From-SVN: r34505 --- gcc/ChangeLog | 5 +++++ gcc/configure | 2 +- gcc/configure.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 08c7e4e9bc0..4cfde7dde67 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Mon Jun 12 9:44:00 2000 Mark Klein + + * configure.in: Update tm dependencies for MPE. + * configure: Rebuilt. + 2000-06-12 H.J. Lu * gengenrtl.c (obstack_alloc_rtx): Correct the allocated size. diff --git a/gcc/configure b/gcc/configure index b622d267444..1977365426c 100755 --- a/gcc/configure +++ b/gcc/configure @@ -4190,7 +4190,7 @@ for machine in $build $host $target; do use_collect2=yes ;; hppa*-*-mpeix*) - tm_file="${tm_file} pa/pa-mpeix.h" + tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-mpeix.h" xm_file=pa/xm-pampeix.h xmake_file=pa/x-pa-mpeix echo "You must use gas. Assuming it is already installed." diff --git a/gcc/configure.in b/gcc/configure.in index 8b29691ef1b..68bd95882d1 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -1256,7 +1256,7 @@ changequote([,])dnl use_collect2=yes ;; hppa*-*-mpeix*) - tm_file="${tm_file} pa/pa-mpeix.h" + tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-mpeix.h" xm_file=pa/xm-pampeix.h xmake_file=pa/x-pa-mpeix echo "You must use gas. Assuming it is already installed." -- 2.30.2