This is the mail archive of the gcc@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: 'make bootstrap' failure on m88k-dg-dgux5.4R3.10


On Thu, 6 November 1997, 14:14:59, jepler@inetnebr.com wrote:

    Hi.
    
    I'm not sure if m88k-dg-dgux5.4R3.10 is supposed to be a target supported
    by the latest egcs snapshot (or any other egcs snapshot for that matter),
    but I just tried to boostrap gcc and g++ with the 971105 snapshot and got
    the following problem right at the beginning of the second stage compile:
    
    [snip]

    I modified this commandline to use -v, and this is the output:
    
    Reading specs from stage1/specs
    gcc version egcs-2.90.16 971105 (gcc2-970802 experimental)
     stage1/cpp -lang-c -v -I. -I. -I./config -isystem include -isystem stage1/include -undef -D__GNUC__=2 -D__GNUC_MINOR__=90 -Dm88000 -Dm88k -Dunix -DDGUX -D__CLASSIFY_TYPE__=2 -D__svr4__ -D__m88000__ -D__m88k__ -D__unix__ -D__DGUX__ -D__CLASSIFY_TYPE__=2 -D__svr4__ -D__m88000 -D__m88k -D__unix -D__DGUX -Asystem(unix) -Acpu(m88k) -Amachine(m88k) -D__OPTIMIZE__ -g -D__OPEN_NAMESPACE__ -D_DGUX_TARGET -DIN_GCC -DHAVE_CONFIG_H -DGCC_INCLUDE_DIR="/usr/local/lib/gcc-lib/m88k-dg-dgux5.4R3.10/egcs-2.90.16/include" -DGPLUSPLUS_INCLUDE_DIR="/usr/local/include/g++" -DOLD_GPLUSPLUS_INCLUDE_DIR="/usr/local/lib/g++-include" -DLOCAL_INCLUDE_DIR="/usr/local/include" -DCROSS_INCLUDE_DIR="/usr/local/lib/gcc-lib/m88k-dg-dgux5.4R3.10/egcs-2.90.16/sys-include" -DTOOL_INCLUDE_DIR="/usr/local/m88k-dg-dgux5.4R3.10/include" cccp.c /tmp/cca000m-.i
    GNU CPP version egcs-2.90.16 971105 (gcc2-970802 experimental) (m88k, $Revision: 1.1.1.1 $)
    #include "..." search starts here:
    #include <...> search starts here:
     .
     config
     include
     /usr/include
    End of search list.
     stage1/cc1 /tmp/cca000m-.i -quiet -dumpbase cccp.c -mstandard -mlegend -g -O -O2 -O2 -version -o /tmp/cca000m-.s
    GNU C version egcs-2.90.16 971105 (gcc2-970802 experimental) (m88k-dg-dgux5.4R3.10) compiled by GNU C version 2.7.2.
     as -V -Wc,-fix-bb,-s"cccp.c" ,-lansi-c ,-keep-std -o cccp.o /tmp/cca000m-.s
    as: Multiple input files specified, ',-lansi-c' and ',-keep-std'
    
    Does someone have a clue for me?

Can you please check this patch?

Sat Nov  8 11:37:49  Manfred Hollstein  (manfred@s-direktnet.de)

	* dgux.h (ASM_CPU_SPEC): Reformatted to suppress wrong whitespace in
	generated `specs' file.
    
*** egcs-971105.orig/gcc/config/m88k/dgux.h	Mon Aug 11 17:57:19 1997
--- egcs-971105/gcc/config/m88k/dgux.h	Sat Nov  8 11:32:55 1997
*************** Boston, MA 02111-1307, USA.  */
*** 137,149 ****
  #define ASM_CPU_SPEC "\
  		  %{v:-V}\
  		  %{g:\
! 		  %{mno-legend:-Wc,off}\
! 		  %{!mno-legend:-Wc,-fix-bb,-s\"%i\"\
! 		  %{traditional:,-lc}\
! 		  %{!traditional:,-lansi-c}\
! 		  %{mstandard:,-keep-std}\
! 		  %{mexternal-legend:,-external}\
! 		  %{mocs-frame-position:,-ocs}}}"
  
  #define CPP_CPU_SPEC "\
                    %{!m88000:%{!m88100:%{m88110:-D__m88110__}}} \
--- 137,149 ----
  #define ASM_CPU_SPEC "\
  		  %{v:-V}\
  		  %{g:\
! %{mno-legend:-Wc,off}\
! %{!mno-legend:-Wc,-fix-bb,-s\"%i\"\
! %{traditional:,-lc}\
! %{!traditional:,-lansi-c}\
! %{mstandard:,-keep-std}\
! %{mexternal-legend:,-external}\
! %{mocs-frame-position:,-ocs}}}"
  
  #define CPP_CPU_SPEC "\
                    %{!m88000:%{!m88100:%{m88110:-D__m88110__}}} \

-- 
 Manfred Hollstein       If you have any questions about GNU software:
 Hindenburgstr. 13/1                   <mailto:manfred@s-direktnet.de>
 75446 Wiernsheim, FRG  <http://www.s-direktnet.de/HomePages/manfred/>
 PGP key:    <http://www.s-direktnet.de/HomePages/manfred/manfred.asc>


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