This is the mail archive of the gcc-bugs@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]

Re: configured egcs cvs sources on IRIX fails



This is a problem with your toplevel configure.in patch to support
multiple files for makefile fragments.

These cases ought to check that the file exists before adding it
to the makefile fragment lists:

    *)
      host_makefile_frag="${host_makefile_frag} config/mh-${host_cpu}pic"
      ;;



    *)
      target_makefile_frag="${target_makefile_frag} config/mt-${target_cpu}pic"
      ;;

Can you send me a patch for this problem?

  > Hi!
  > 
  > Seems like some files are missing from the CVS repository.
  > 
  > Here's what I get when I try to configure it on mips-sgi-irix5.2:
  > 
  > configure flags: --with-gnu-as --enable-shared --disable-haifa
  > Configuring for a mips-sgi-irix5.2 host.
  > cat: /n/temp1/gcctest/bin/../src/egcs/config/mh-mipspic: No such file or di
  > rectory
  > cat: /n/temp1/gcctest/bin/../src/egcs/config/mt-mipspic: No such file or di
  > rectory
  > Created "Makefile" in /n/temp1/gcctest/src/escher/egcs using "mh-frag" and 
  > "mt-frag"
  > 
  > -- 
  > Alexandre Oliva
  > mailto:oliva@dcc.unicamp.br mailto:aoliva@acm.org
  > http://www.dcc.unicamp.br/~oliva
  > Universidade Estadual de Campinas, SP, Brasil


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