This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[PATCH] - gcc/configure.in
- To: gcc at gcc dot gnu dot org
- Subject: [PATCH] - gcc/configure.in
- From: Mark Klein <mklein at dis dot com>
- Date: Mon, 12 Jun 2000 09:47:29 -0700
This patch updates configure.in for the hppa/MPE port to reflect
changes to the configuration for that port and to include the
long double changes.
Mon Jun 12 9:44:00 2000 Mark Klein <mklein@dis.com>
* configure.in: Update tm dependencies for MPE.
Index: configure.in
===================================================================
RCS file: /cvs/gcc/egcs/gcc/configure.in,v
retrieving revision 1.382
diff -c -r1.382 configure.in
*** configure.in 2000/05/31 18:10:28 1.382
--- configure.in 2000/06/12 16:41:12
***************
*** 1254,1260 ****
use_collect2=yes
;;
hppa*-*-mpeix*)
! tm_file="${tm_file} 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."
--- 1254,1260 ----
use_collect2=yes
;;
hppa*-*-mpeix*)
! 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."
--
Mark Klein DIS International, Ltd.
http://www.dis.com 415-892-8400
PGP Public Key Available
--