binutils-gdb/ld/config/hmake-sun4

9 lines
228 B
Plaintext
Raw Normal View History

1991-05-06 07:13:56 +09:00
HDEFINES=-DHOST_SYS=SUN4_SYS
YACC=yacc -tvd
#CC=gcc -Wall -ansi
1991-05-06 07:13:56 +09:00
#stuff for self hosting
HOSTING_CRT0=/lib/crt0.o
1991-05-18 11:57:45 +09:00
HOSTING_LIBS=/limbo/latest/=sun4/lib/gcc/sparc/1.93/gnulib -lc
1991-05-06 07:13:56 +09:00
HOSTING_EMU=LDEMULATION=gld; export LDEMULATION
1991-04-12 00:11:41 +08:00