STMP_FIXPROTO host vs. target mixup

Andreas Schwab schwab@suse.de
Sun Oct 14 12:53:00 GMT 2001


There are quite a few host makefile frags that override STMP_FIXPROTO.
That is wrong, fixproto has nothing to do with the host, but with the
target includes, so this should be moved to a target makefile frag.

Andreas.

2001-10-14  Andreas Schwab  <schwab@suse.de>

	* config.gcc: Override STMP_FIXPROTO in target makefile frag, not
	host makefile frag.
	(m88k-dg-dguxbcs*): Add m88k/t-dgux to tmake_file.
	(hppa*): Add pa/t-bsd to tmake_file where no special xmake_file is
	used.
        (hppa*-*-openbsd*): Don't use nonexitent pa/t-openbsd.
	* config/m88k/t-dguxbcs: Remove definitions already in m88k/t-dgux.
	* config/m88k/t-dgux (STMP_FIXPROTO): Define.
	* config/x-interix (STMP_FIXPROTO): Don't define here.
	* config/t-interix (STMP_FIXPROTO): Define here instead.  New
	file.
	* config/i386/x-beos (STMP_FIXPROTO): Don't define here.
	* config/i386/t-beos (STMP_FIXPROTO): Define here instead.
	* config/i370/t-oe: Renamed from x-oe.
	* config/pa/t-bsd: Renamed from x-pa.
	* config/x-linux: Delete.
	* config/rs6000/x-cygwin: Likewise.
	* config/i386/x-cygwin: Likewise.
	* config/i386/x-dgux: Likewise.
	* config/m88k/x-dgux: Likewise.

Index: config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.93
diff -u -a -r1.93 config.gcc
--- config.gcc	2001/10/04 08:38:40	1.93
+++ config.gcc	2001/10/14 19:42:22
@@ -275,7 +275,6 @@
 	gnu_ld=yes
 	gas=yes
 	# These details are the same as for Linux.
-	xmake_file=x-linux
 	# But here we need a little extra magic.
 	tmake_file="t-slibgcc-elf-ver t-linux t-gnu"
 	case $machine in
@@ -420,8 +419,7 @@
 
 	xm_defines=POSIX
 	xm_file="alpha/xm-alpha-interix.h xm-interix.h"
-	xmake_file=x-interix
-	tmake_file="alpha/t-alpha alpha/t-interix alpha/t-ieee"
+	tmake_file="alpha/t-alpha t-interix alpha/t-interix alpha/t-ieee"
 	if test x$enable_threads = xyes ; then
 		thread_file='posix'
 	fi
@@ -578,7 +576,6 @@
 	use_collect2=yes
 	;;
 arm*-*-linux*)			# ARM GNU/Linux with ELF
-	xmake_file=x-linux
 	tm_file="elfos.h arm/unknown-elf.h arm/elf.h arm/linux-gas.h arm/linux-elf.h"
 	tmake_file="t-slibgcc-elf-ver t-linux arm/t-linux"
 	extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
@@ -709,11 +706,11 @@
 	;;
 hppa*-*-openbsd*)
 	target_cpu_default="MASK_PA_11"
-	tmake_file=pa/t-openbsd
+	tmake_file=pa/t-bsd
 	;;
 hppa1.1-*-rtems*)
 	tm_file="pa/pa-pro.h ${tm_file} pa/pa-pro-end.h libgloss.h pa/rtems.h"
-	tmake_file="pa/t-pro t-rtems"
+	tmake_file="pa/t-bsd pa/t-pro t-rtems"
 	if test x$enable_threads = xyes; then
 	  thread_file='rtems'
 	fi
@@ -721,29 +718,33 @@
 hppa1.1-*-pro*)
 	target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
 	tm_file="${tm_file} pa/pa32-regs.h elfos.h pa/elf.h pa/pa-pro-end.h libgloss.h"
-	tmake_file=pa/t-pro
+	tmake_file="pa/t-bsd pa/t-pro"
 	;;
 hppa1.1-*-osf*)
 	target_cpu_default="MASK_PA_11"
 	tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-osf.h"
+	tmake_file="pa/t-bsd pa/t-pa"
 	use_collect2=yes
 	;;
 hppa1.1-*-rtems*)
 	target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
 	tm_file="${tm_file} pa/pa32-regs.h elfos.h pa/elf.h pa/pa-pro-end.h libgloss.h pa/rtems.h"
-	tmake_file=pa/t-pro
+	tmake_file="pa/t-bsd pa/t-pro"
 	;;
 hppa1.0-*-osf*)
 	tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-osf.h"
+	tmake_file="pa/t-bsd pa/t-pa"
 	use_collect2=yes
 	;;
 hppa1.1-*-bsd*)
 	tm_file="${tm_file} pa/pa32-regs.h pa/som.h"
 	target_cpu_default="MASK_PA_11"
+	tmake_file="pa/t-bsd pa/t-pa"
 	use_collect2=yes
 	;;
 hppa1.0-*-bsd*)
 	tm_file="${tm_file} pa/pa32-regs.h pa/som.h"
+	tmake_file="pa/t-bsd pa/t-pa"
 	use_collect2=yes
 	;;
 hppa1.0-*-hpux7*)
@@ -910,6 +911,7 @@
 hppa*-*-lites*)
 	tm_file="${tm_file} pa/pa32-regs.h elfos.h pa/elf.h"
 	target_cpu_default="MASK_PA_11"
+	tmake_file="pa/t-bsd pa/t-pa"
 	use_collect2=yes
 	;;
 hppa*-*-mpeix*)
@@ -923,14 +925,13 @@
 i370-*-opened*)			 # IBM 360/370/390 Architecture
 	xm_defines='POSIX FATAL_EXIT_CODE=12'
 	tm_file=i370/oe.h
-	xmake_file=i370/x-oe
+	tmake_file=i370/t-oe
 	;;
 i370-*-mvs*)
 	xm_defines='POSIX FATAL_EXIT_CODE=12'
 	tm_file=i370/mvs.h
 	;;
 i370-*-linux*)
-	xmake_file=x-linux
 	tm_file="i370/linux.h ${tm_file}"
 	tmake_file="t-slibgcc-elf-ver t-linux"
 	# broken_install=yes
@@ -1120,7 +1121,6 @@
 i[34567]86-*-linux*libc1)	# Intel 80386's running GNU/Linux
 				# with ELF format using the
 				# GNU/Linux C library 5
-	xmake_file=x-linux
 	tm_file="i386/i386.h i386/att.h linux.h i386/linux.h"
 	tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 i386/t-crtstuff"
 	extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
@@ -1133,7 +1133,6 @@
 i[34567]86-*-linux*)	# Intel 80386's running GNU/Linux
 			# with ELF format using glibc 2
 			# aka GNU/Linux C library 6
-	xmake_file=x-linux
 	tm_file="i386/i386.h i386/att.h linux.h i386/linux.h"
 	tmake_file="t-slibgcc-elf-ver t-linux i386/t-crtstuff"
 	extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
@@ -1144,7 +1143,6 @@
 	fi
 	;;
 x86_64-*-linux*)
-	xmake_file=x-linux
 	tm_file="i386/biarch64.h i386/i386.h i386/att.h linux.h i386/x86-64.h \
 		 i386/linux64.h"
 	tmake_file="t-slibgcc-elf-ver t-linux i386/t-crtstuff"
@@ -1351,7 +1349,6 @@
 	float_format=i386
 	tmake_file=i386/t-cygwin
 	tm_file=i386/win32.h
-	xmake_file=i386/x-cygwin
 	extra_objs=winnt.o
 	if test x$enable_threads = xyes; then
 		thread_file='win32'
@@ -1364,7 +1361,6 @@
 	float_format=i386
 	tmake_file=i386/t-cygwin
 	tm_file=i386/cygwin.h
-	xmake_file=i386/x-cygwin
 	extra_objs=winnt.o
 	if test x$enable_threads = xyes; then
 		thread_file='win32'
@@ -1378,7 +1374,6 @@
 	xm_file=i386/xm-mingw32.h
 	tmake_file="i386/t-cygwin i386/t-mingw32"
 	extra_objs=winnt.o
-	xmake_file=i386/x-cygwin
 	if test x$enable_threads = xyes; then
 		thread_file='win32'
 	fi
@@ -1395,7 +1390,6 @@
 	tm_file=i386/uwin.h
 	tmake_file="i386/t-cygwin i386/t-uwin"
 	extra_objs=winnt.o
-	xmake_file=i386/x-cygwin
 	if test x$enable_threads = xyes; then
 		thread_file='win32'
 	fi
@@ -1405,9 +1399,8 @@
 	tm_file="i386/i386-interix.h interix.h"
 	xm_file="i386/xm-i386-interix.h xm-interix.h"
 	xm_defines=POSIX
-	tmake_file="i386/t-interix"
+	tmake_file="t-interix i386/t-interix"
 	extra_objs=interix.o
-	xmake_file=x-interix
 	if test x$enable_threads = xyes ; then
 		thread_file='posix'
 	fi
@@ -1420,7 +1413,6 @@
 	out_file=i386/dgux.c
 	tm_file=i386/dgux.h
 	tmake_file=i386/t-dgux
-	xmake_file=i386/x-dgux
 	install_headers_dir=install-headers-cpio
       ;;
 i860-alliant-*)		# Alliant FX/2800
@@ -1916,7 +1908,6 @@
 	;;
 m68k-*-linux*aout*)		# Motorola m68k's running GNU/Linux
 				# with a.out format
-	xmake_file=x-linux
 	tm_file=m68k/linux-aout.h
 	tmake_file="t-linux-aout m68k/t-linux-aout"
 	extra_headers=math-68881.h
@@ -1926,7 +1917,6 @@
 m68k-*-linux*libc1)		# Motorola m68k's running GNU/Linux
 				# with ELF format using the
 				# GNU/Linux C library 5
-	xmake_file=x-linux
 	tm_file=m68k/linux.h
 	tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 m68k/t-linux"
 	extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
@@ -1937,7 +1927,6 @@
 m68k-*-linux*)		# Motorola m68k's running GNU/Linux
 				# with ELF format using glibc 2
 				# aka the GNU/Linux C library 6.
-	xmake_file=x-linux
 	tm_file=m68k/linux.h
 	tmake_file="t-slibgcc-elf-ver t-linux m68k/t-linux"
 	extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
@@ -1978,7 +1967,7 @@
 	case $machine in
 	  m88k-dg-dguxbcs*)
 	    tm_file=m88k/dguxbcs.h
-	    tmake_file=m88k/t-dguxbcs
+	    tmake_file="m88k/t-dgux m88k/t-dguxbcs"
 	    ;;
 	  *)
 	    tm_file=m88k/dgux.h
@@ -1986,7 +1975,6 @@
 	    ;;
 	esac
 	extra_parts="crtbegin.o bcscrtbegin.o crtend.o m88kdgux.ld"
-	xmake_file=m88k/x-dgux
 	if test x$gas = xyes
 	then
 		tmake_file=m88k/t-dgux-gas
@@ -2227,7 +2215,6 @@
 	tmake_file=t-netbsd
 	;;
 mips*-*-linux*)				# Linux MIPS, either endian.
-	xmake_file=x-linux
 	case $machine in
 		mipsisa32el-*)
 			tm_file="elfos.h mips/elfl.h mips/linux.h mips/isa32-linux.h"
@@ -2612,7 +2599,6 @@
 	tm_file="${tm_file} svr4.h rs6000/sysv4.h rs6000/linux64.h"
 	out_file=rs6000/rs6000.c
 	tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
-	xmake_file=x-linux
 	extra_headers=ppc-asm.h
 	;;
 powerpc-*-beos*)
@@ -2698,7 +2684,6 @@
 	tm_file="${tm_file} svr4.h rs6000/sysv4.h rs6000/linux.h"
 	out_file=rs6000/rs6000.c
 	tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux t-linux-gnulibc1 rs6000/t-ppccomm"
-	xmake_file=x-linux
 	extra_headers=ppc-asm.h
 	if test x$enable_threads = xyes; then
 		thread_file='posix'
@@ -2708,7 +2693,6 @@
 	tm_file="${tm_file} svr4.h rs6000/sysv4.h rs6000/linux.h"
 	out_file=rs6000/rs6000.c
 	tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
-	xmake_file=x-linux
 	extra_headers=ppc-asm.h
 	if test x$enable_threads = xyes; then
 		thread_file='posix'
@@ -2819,7 +2803,6 @@
 	use_collect2=yes
 	;;
 s390-*-linux*)
-	xmake_file=x-linux
 	tm_file="s390/s390.h linux.h s390/linux.h"
 	tmake_file="t-slibgcc-elf-ver t-linux s390/t-linux"
 	extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
@@ -2828,7 +2811,6 @@
 	fi
 	;;
 s390x-*-linux*)
-	xmake_file=x-linux
 	tm_file="s390/s390.h linux.h s390/linux.h s390/linux64.h"
 	tm_p_file=s390/s390-protos.h
 	md_file=s390/s390.md
@@ -2863,7 +2845,6 @@
 sh-*-linux*)
 	tm_file="sh/sh.h sh/elf.h sh/linux.h"
 	tmake_file="sh/t-sh sh/t-elf sh/t-linux"
-	xmake_file=x-linux
 	gas=yes gnu_ld=yes
 	if test x$enable_threads = xyes; then
 		thread_file='posix'
@@ -2926,11 +2907,9 @@
 	;;
 sparc-*-linux*aout*)		# Sparc's running GNU/Linux, a.out
 	tm_file=sparc/linux-aout.h
-	xmake_file=x-linux
 	gnu_ld=yes
 	;;
 sparc-*-linux*libc1*)	# Sparc's running GNU/Linux, libc5
-	xmake_file=x-linux
 	tm_file=sparc/linux.h
 	tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1"
 	extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
@@ -2938,7 +2917,6 @@
 	float_format=sparc
 	;;
 sparc-*-linux*)		# Sparc's running GNU/Linux, libc6
-	xmake_file=x-linux
 	tm_file=sparc/linux.h
 	tmake_file="t-slibgcc-elf-ver t-linux"
 	extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
@@ -3136,7 +3114,6 @@
 sparc64-*-linux*)		# 64-bit Sparc's running GNU/Linux
 	tmake_file="t-slibgcc-elf-ver t-linux sparc/t-linux64"
 	tm_file=sparc/linux64.h
-	xmake_file=x-linux
 	extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
 	gnu_ld=yes
 	if test x$enable_threads = xyes; then
Index: config/t-interix
===================================================================
RCS file: config/t-interix
diff -N config/t-interix
--- /dev/null	Tue May  5 13:32:27 1998
+++ config/t-interix	Sun Oct 14 11:58:09 2001
@@ -0,0 +1,2 @@
+# Don't run fixproto
+STMP_FIXPROTO =
Index: config/x-interix
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/x-interix,v
retrieving revision 1.3
diff -u -a -r1.3 config/x-interix
--- config/x-interix	2001/03/06 09:52:32	1.3
+++ config/x-interix	2001/10/14 18:58:09
@@ -4,8 +4,6 @@
 # See all the declarations.
 FIXPROTO_DEFINES = -D_XOPEN_SOURCE
 
-# Don't run fixproto
-STMP_FIXPROTO =
 RANLIB = :
 RANLIB_TEST = false
 SHELL = sh
Index: config/x-linux
===================================================================
RCS file: config/x-linux
diff -N config/x-linux
--- config/x-linux	Sun Oct 14 11:58:22 2001
+++ /dev/null	Tue May  5 13:32:27 1998
@@ -1,2 +0,0 @@
-# Don't run fixproto
-STMP_FIXPROTO =
Index: config/i370/t-oe
===================================================================
RCS file: config/i370/t-oe
diff -N config/i370/t-oe
--- /dev/null	Tue May  5 13:32:27 1998
+++ config/i370/t-oe	Sun Oct 14 11:58:09 2001
@@ -0,0 +1,6 @@
+#
+# Target is an i370 running OpenEdition
+#
+
+# Don't bother fixing up header files, they're wierd
+STMP_FIXPROTO =
Index: config/i370/x-oe
===================================================================
RCS file: config/i370/x-oe
diff -N config/i370/x-oe
--- config/i370/x-oe	Sun Oct 14 12:07:51 2001
+++ /dev/null	Tue May  5 13:32:27 1998
@@ -1,6 +0,0 @@
-#
-# Host is an i370 running OpenEdition
-#
-
-# Don't bother fixing up header files, they're wierd
-STMP_FIXPROTO =
Index: config/i386/t-beos
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/t-beos,v
retrieving revision 1.4
diff -u -a -r1.4 config/i386/t-beos
--- config/i386/t-beos	2001/05/17 03:15:56	1.4
+++ config/i386/t-beos	2001/10/14 18:58:09
@@ -2,3 +2,6 @@
 # we are most likely to want to apply any fixes to.
 SYSTEM_HEADER_DIR = /boot/develop/headers/posix
 CROSS_SYSTEM_HEADER_DIR = $(tooldir)/sys-include/posix
+
+# Don't run fixproto
+STMP_FIXPROTO =
Index: config/i386/t-cygwin
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/t-cygwin,v
retrieving revision 1.8
diff -u -a -r1.8 config/i386/t-cygwin
--- config/i386/t-cygwin	2001/05/23 22:58:41	1.8
+++ config/i386/t-cygwin	2001/10/14 18:58:09
@@ -16,3 +16,6 @@
 
 winnt.o: $(srcdir)/config/i386/winnt.c $(RTL_H) $(TREE_H) $(CONFIG_H)
 	$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/i386/winnt.c
+
+# Don't run fixproto
+STMP_FIXPROTO =
Index: config/i386/t-dgux
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/t-dgux,v
retrieving revision 1.3
diff -u -a -r1.3 config/i386/t-dgux
--- config/i386/t-dgux	1999/05/28 02:54:05	1.3
+++ config/i386/t-dgux	2001/10/14 18:58:09
@@ -6,3 +6,6 @@
 crti.o: $(srcdir)/config/i386/sol2-ci.asm $(GCC_PASSES)
 	sed -e '/^!/d' <$(srcdir)/config/i386/sol2-ci.asm >crti.s
 	$(GCC_FOR_TARGET) -c -o crti.o crti.s
+
+# Don't run fixproto
+STMP_FIXPROTO = 
Index: config/i386/x-beos
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/x-beos,v
retrieving revision 1.3
diff -u -a -r1.3 config/i386/x-beos
--- config/i386/x-beos	2001/03/06 09:52:33	1.3
+++ config/i386/x-beos	2001/10/14 18:58:09
@@ -1,5 +1,2 @@
 # configuration for BeOS
 INSTALL=install -c
-
-# Don't run fixproto
-STMP_FIXPROTO =
Index: config/i386/x-cygwin
===================================================================
RCS file: config/i386/x-cygwin
diff -N config/i386/x-cygwin
--- config/i386/x-cygwin	Sun Oct 14 11:58:22 2001
+++ /dev/null	Tue May  5 13:32:27 1998
@@ -1,2 +0,0 @@
-# Don't run fixproto
-STMP_FIXPROTO =
Index: config/i386/x-dgux
===================================================================
RCS file: config/i386/x-dgux
diff -N config/i386/x-dgux
--- config/i386/x-dgux	Sun Oct 14 11:58:22 2001
+++ /dev/null	Tue May  5 13:32:27 1998
@@ -1 +0,0 @@
-STMP_FIXPROTO = 
Index: config/m88k/t-dgux
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/m88k/t-dgux,v
retrieving revision 1.3
diff -u -a -r1.3 config/m88k/t-dgux
--- config/m88k/t-dgux	2001/05/17 03:16:02	1.3
+++ config/m88k/t-dgux	2001/10/14 18:58:10
@@ -22,3 +22,6 @@
 
 # Build libgcc.a, crtbegin.o, and crtend.o as bcs objects
 GCC_FOR_TARGET = PATH=/usr/sde/m88kbcs/usr/bin/:/usr/bin TARGET_BINARY_INTERFACE=m88kbcs ./xgcc -B./ -msvr3 -D_M88KBCS_TARGET -mno-ocs-debug-info
+
+# Don't run fixproto
+STMP_FIXPROTO = 
Index: config/m88k/t-dguxbcs
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/m88k/t-dguxbcs,v
retrieving revision 1.3
diff -u -a -r1.3 config/m88k/t-dguxbcs
--- config/m88k/t-dguxbcs	2001/05/17 03:16:02	1.3
+++ config/m88k/t-dguxbcs	2001/10/14 18:58:10
@@ -1,26 +1 @@
-# Specify how to create the *.asm files
-
-MOVE_ASM = moveHI15x.asm moveQI16x.asm moveSI46x.asm moveSI64n.asm \
-	   moveHI48x.asm moveSI45x.asm moveSI47x.asm moveSI96x.asm \
-	   moveDI96x.asm
-
-$(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh
-	$(srcdir)/config/m88k/m88k-move.sh
-
-LIB2FUNCS_EXTRA = $(MOVE_ASM)
-
-# In a coff environment, a link script is required for ctors and dtors.
-m88kdgux.ld: $(srcdir)/config/m88k/dgux.ld
-	rm -f m88kdgux.ld; cp $(srcdir)/config/m88k/dgux.ld ./m88kdgux.ld
-
-# A bcs crtbegin.o is needed since bcs does not  
-# increment the stack pointer in the init section as elf does 
-bcscrtbegin.o:     crtstuff.c $(GCC_PASSES) $(CONFIG_H) gbl-ctors.h
-	$(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) -DCRT_BEGIN -DBCS \
-	-finhibit-size-directive -fno-inline-functions \
-	-g0 -c $(srcdir)/crtstuff.c -o bcscrtbegin.o 
-
-# Build libgcc.a, crtbegin.o, and crtend.o as bcs objects
-GCC_FOR_TARGET = PATH=/usr/sde/m88kbcs/usr/bin/:/usr/bin TARGET_BINARY_INTERFACE=m88kbcs ./xgcc -B./ -msvr3 -D_M88KBCS_TARGET -mno-ocs-debug-info
-
 T_CFLAGS = -O -D_M88KBCS_TARGET
Index: config/m88k/x-dgux
===================================================================
RCS file: config/m88k/x-dgux
diff -N config/m88k/x-dgux
--- config/m88k/x-dgux	Sun Oct 14 11:58:22 2001
+++ /dev/null	Tue May  5 13:32:27 1998
@@ -1 +0,0 @@
-STMP_FIXPROTO = 
Index: config/pa/t-bsd
===================================================================
RCS file: config/pa/t-bsd
diff -N config/pa/t-bsd
--- /dev/null	Tue May  5 13:32:27 1998
+++ config/pa/t-bsd	Sun Oct 14 12:42:22 2001
@@ -0,0 +1,2 @@
+# BSD on the PA already has ANSI include files which are c++ compatible.
+STMP_FIXPROTO=
Index: config/pa/x-pa
===================================================================
RCS file: config/pa/x-pa
diff -N config/pa/x-pa
--- config/pa/x-pa	Sun Oct 14 11:58:22 2001
+++ /dev/null	Tue May  5 13:32:27 1998
@@ -1,2 +0,0 @@
-# BSD on the PA already has ANSI include files which are c++ compatible.
-STMP_FIXPROTO=
Index: config/rs6000/x-cygwin
===================================================================
RCS file: config/rs6000/x-cygwin
diff -N config/rs6000/x-cygwin
--- config/rs6000/x-cygwin	Sun Oct 14 11:58:22 2001
+++ /dev/null	Tue May  5 13:32:27 1998
@@ -1,4 +0,0 @@
-# Don't run fixproto
-STMP_FIXPROTO =
-# Don't need collect2
-USE_COLLECT2 =

-- 
Andreas Schwab                                  "And now for something
Andreas.Schwab@suse.de				completely different."
SuSE Labs, SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5



More information about the Gcc-patches mailing list