diff options
author | Mark Klein <mklein@dis.com> | 2000-06-12 22:59:13 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-06-12 16:59:13 -0600 |
commit | 5d712c399755f52a121789cb728db6b288bad558 (patch) | |
tree | 6c62e324b3c069bd2255fa57bd50bb941356a299 /gcc | |
parent | b9b9d0631835312153ef1ea4992016a81bda1302 (diff) | |
download | gcc-5d712c399755f52a121789cb728db6b288bad558.zip gcc-5d712c399755f52a121789cb728db6b288bad558.tar.gz gcc-5d712c399755f52a121789cb728db6b288bad558.tar.bz2 |
configure.in: Update tm dependencies for MPE.
* configure.in: Update tm dependencies for MPE.
* configure: Rebuilt.
From-SVN: r34505
Diffstat (limited to 'gcc')
-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." |