diff options
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rwxr-xr-x | gcc/configure | 2 | ||||
| -rw-r--r-- | gcc/configure.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 08c7e4e..4cfde7d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Mon Jun 12 9:44:00 2000 Mark Klein <mklein@dis.com> + + * configure.in: Update tm dependencies for MPE. + * configure: Rebuilt. + 2000-06-12 H.J. Lu <hjl@gnu.org> * gengenrtl.c (obstack_alloc_rtx): Correct the allocated size. diff --git a/gcc/configure b/gcc/configure index b622d26..1977365 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 8b29691..68bd958 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." |
