[PATCH] 3.0 configuration fix for i386-sequent-sysv4

Janis Johnson janis187@us.ibm.com
Wed Feb 13 15:46:00 GMT 2002


Please consider including this patch in GCC 3.0.4.  It only affects
builds on DYNIX/ptx.  GCC 3.0.x on DYNIX/ptx now requires use of GNU as
and cannot be built without this change.  This has been tested via
bootstrap and regression test on i386-sequent-sysv4 (DYNIX/ptx V4.6).

I know it's very late for inclusion in 3.0.4 and I'm not pushing at
all hard for this.  This problem only affects 3.0.x.

2002-02-13  Janis Johnson  <janis187@us.ibm.com>

	* gcc/config.gcc (i*86-sequent-sysv4): Fix setting of tm_file.

--- gcc/config.gcc.orig	Sat Nov 17 16:29:45 2001
+++ gcc/config.gcc	Thu Feb  7 17:27:40 2002
@@ -1085,13 +1085,13 @@ i[34567]86-sequent-ptx2* | i[34567]86-se
 	;;
 i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*)
 	xm_file="xm-alloca.h ${xm_file}"
+	tm_file="i386/ptx4-i.h"
 	if test x$gas = xyes
 	then
-		tm_file="${tm_file} usegas.h"
+		tm_file="usegas.h ${tm_file}"
 	fi
 	xm_defines="USG POSIX SMALL_ARG_MAX"
 	xmake_file=x-svr4
-	tm_file=i386/ptx4-i.h
 	tmake_file=t-svr4
 	extra_parts="crtbegin.o crtend.o"
 	install_headers_dir=install-headers-cpio



More information about the Gcc-patches mailing list