[gnu-hit 15830] Re: Hitachi 3050RX support for gcc-2.95.2

Jeffrey A Law law@cygnus.com
Thu May 18 10:58:00 GMT 2000


  In message < 20000518193014R.matusita@sra.co.jp >you write:
  > diff -cr2 -N /usr/prj/w-gnu/gnu-src/gcc-2.95.2/gcc/Makefile.in gcc-2.95.2/g
  > cc/Makefile.in
  > *** /usr/prj/w-gnu/gnu-src/gcc-2.95.2/gcc/Makefile.in	Fri Aug 13 16:4
  > 6:55 1999
  > --- gcc-2.95.2/gcc/Makefile.in	Mon Apr  3 18:30:01 2000
  > ***************
  > *** 2135,2139 ****
  >   	MAKE="$(MAKE)"; srcdir=`cd $(srcdir)/fixinc; pwd` ; \
  >   	export MAKE srcdir ; \
  > ! 	cd ./fixinc; $(SHELL) $${srcdir}/mkfixinc.sh $(target)
  >   
  >   ##stmp-fixinc: $(FIXINCLUDES) gsyslimits.h
  > --- 2135,2139 ----
  >   	MAKE="$(MAKE)"; srcdir=`cd $(srcdir)/fixinc; pwd` ; \
  >   	export MAKE srcdir ; \
  > ! 	cd ./fixinc; SHELL=$(SHELL) $(SHELL) $${srcdir}/mkfixinc.sh $(target)
I don't think this should be necessary anymore.

  >   
  >   ##stmp-fixinc: $(FIXINCLUDES) gsyslimits.h
  > diff -cr2 -N /usr/prj/w-gnu/gnu-src/gcc-2.95.2/gcc/config/pa/x-pa-hiuxwe2 g
  > cc-2.95.2/gcc/config/pa/x-pa-hiuxwe2
  > *** /usr/prj/w-gnu/gnu-src/gcc-2.95.2/gcc/config/pa/x-pa-hiuxwe2	Thu Jan
  >   1 09:00:00 1970
  > --- gcc-2.95.2/gcc/config/pa/x-pa-hiuxwe2	Tue Apr  4 10:51:52 2000
Why did you need to create this file

First, I think you should be using x-pa-hpux unless there is a compelling
reason not to.  Second, I think your code is wrong since it stables
fixproto.

  > ***************
  > *** 993,996 ****
  > --- 993,1008 ----
  >   		use_collect2=yes
  >   		;;
  > + 	hppa1.1-*-hiuxwe2)
  > + 		target_cpu_default="MASK_PA_11"
  > + 		tm_file="${tm_file} pa/pa-hpux.h pa/pa-hiux.h"
  > + 		xm_file=pa/xm-pahpux.h
  > + 		xmake_file=pa/x-pa-hiuxwe2
  > + 		if test x$gas = xyes
  > + 		then
  > + 			tm_file="${tm_file} pa/pa-gas.h"
  > + 		fi
  > + 		install_headers_dir=install-headers-cpio
  > + 		use_collect2=yes
  > + 		;;
Is there some reason this can't be merged in with of the hpux blocks?  Also
that block wouldn't work with the current development sources anyway.

jeff



More information about the Gcc-patches mailing list