configured egcs cvs sources on IRIX fails

Jeffrey A Law law@cygnus.com
Tue Jan 13 22:25:00 GMT 1998


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



More information about the Gcc-bugs mailing list