configure.in: Update tm dependencies for MPE.
* configure.in: Update tm dependencies for MPE. * configure: Rebuilt. From-SVN: r34505
This commit is contained in:
parent
b9b9d06318
commit
5d712c3997
3 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
2
gcc/configure
vendored
2
gcc/configure
vendored
|
@ -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."
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue