This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

(forw) [PATCH] - gcc/configure.in


Forwarded here because it's the obvious place.

----- Forwarded message from Mark Klein <mklein@dis.com> -----

From: Mark Klein <mklein@dis.com>
To: gcc@gcc.gnu.org
Subject: [PATCH] - gcc/configure.in
Date: Mon, 12 Jun 2000 09:47:29 -0700
Message-Id: <4.2.0.58.20000612094205.00a3e420@dis.dis.com>
X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 

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
--

----- End forwarded message -----

-- 
Philipp Thomas <pthomas@suse.de>
Development, SuSE GmbH, Schanzaecker Str. 10, D-90443 Nuremberg, Germany

#define NINODE  50              /* number of in core inodes */
#define NPROC   30              /* max number of processes */
 	-- Version 7 UNIX for PDP 11, /usr/include/sys/param.h

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]