From: Steve Chamberlain Date: Sun, 5 May 1991 22:13:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bc488d8923b71bfa0c62c8d9f0e6ae18cb53abbd;p=binutils-gdb.git *** empty log message *** --- diff --git a/ld/config/hmake-sun3 b/ld/config/hmake-sun3 index 667c7a9576c..5922ac16306 100755 --- a/ld/config/hmake-sun3 +++ b/ld/config/hmake-sun3 @@ -1,6 +1,9 @@ -HDEFINES = -DHOST_SYS=SUN3_SYS -YACC = yacc -d +CDEFINES=-DHOST_SYS=SUN3_SYS +#CC=gcc -ansi -Wall +CC=cc +YACC=yacc -d -HOSTING_EMU=LDEMULATION=gld68k; export LDEMULATION -HOSTING_CRT0=/lib/crt0.o + +HOSTING_CRT0=/usr/lib/crt0.o /usr/lib/Fcrt1.o -L/usr/lib/fsoft.o HOSTING_LIBS=-lc +HOSTING_EMU=LDEMULATION=gld68k; export LDEMULATION diff --git a/ld/config/hmake-sun4 b/ld/config/hmake-sun4 index 3812f5de5b6..2227d6b022a 100755 --- a/ld/config/hmake-sun4 +++ b/ld/config/hmake-sun4 @@ -1,4 +1,8 @@ -HDEFINES = -DHOST_SYS=SUN4_SYS -YACC = yacc -tvd - +HDEFINES=-DHOST_SYS=SUN4_SYS +YACC=yacc -tvd +CC=gcc -Wall -ansi +#stuff for self hosting +HOSTING_CRT0=/lib/crt0.o +HOSTING_LIBS=/limbo/latest/=sun4/lib/gcc/sparc/1.92/gnulib -lc +HOSTING_EMU=LDEMULATION=gld; export LDEMULATION