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]
Other format: [Raw text]

Re: [patch, rfa] rewrite TPF OS handling


Hi Eric,

s390 and s390x do not bootstrap with your recent tpf changes. You have included
tpf.md in s390.md so the tpf options should also be available for s390.

Done with this patch.

OK?

Bye,

-Andreas-


2005-07-14  Andreas Krebbel  <krebbel1@de.ibm.com>

	* config.gcc (s390-*-linux*, s390x-*-linux*): Add extra_options
	including s390/tpf.opt.



Index: gcc/config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.554
diff -p -c -r1.554 config.gcc
*** gcc/config.gcc	13 Jul 2005 18:15:37 -0000	1.554
--- gcc/config.gcc	14 Jul 2005 07:52:31 -0000
*************** rs6000-ibm-aix[56789].* | powerpc-ibm-ai
*** 1810,1815 ****
--- 1810,1816 ----
  s390-*-linux*)
  	tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
  	tmake_file="${tmake_file} s390/t-crtstuff"
+ 	extra_options="${extra_options} s390/tpf.opt"
  	;;
  s390x-*-linux*)
  	tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
*************** s390x-*-linux*)
*** 1818,1823 ****
--- 1819,1825 ----
  	extra_modes=s390/s390-modes.def
  	out_file=s390/s390.c
  	tmake_file="${tmake_file} s390/t-crtstuff s390/t-linux64"
+ 	extra_options="${extra_options} s390/tpf.opt"
  	;;
  s390x-ibm-tpf*)
          tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h s390/tpf.h"


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