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]

S/390: Update config.gcc section for TPF


Hello,

this adds an extra_parts statement to the TPF section
in config.gcc, because TPF doesn't inherit the Linux
generic setting.

Contributed by P.J. Darcy (darcypj@us.ibm.com).

Bye,
Ulrich

ChangeLog:

	* config.gcc (s390x-ibm-tpf*): Add extra_parts.

Index: gcc/config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.409
diff -c -p -r1.409 config.gcc
*** gcc/config.gcc	30 Nov 2003 04:20:27 -0000	1.409
--- gcc/config.gcc	1 Dec 2003 18:59:22 -0000
*************** s390x-ibm-tpf*)
*** 1827,1832 ****
--- 1827,1833 ----
  	tm_p_file=s390/s390-protos.h
  	md_file=s390/s390.md
  	extra_modes=s390/s390-modes.def
+ 	extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
  	out_file=s390/s390.c
  	tmake_file="t-slibgcc-elf-ver s390/t-crtstuff s390/t-tpf"
  	;;
-- 
  Dr. Ulrich Weigand
  weigand@informatik.uni-erlangen.de


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