mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-23 13:21:43 +08:00
9 lines
231 B
Plaintext
Executable File
9 lines
231 B
Plaintext
Executable File
HDEFINES=-DHOST_SYS=SUN4_SYS
|
|
YACC=yacc -tvd
|
|
#CC=gcc -Wall -ansi
|
|
#stuff for self hosting
|
|
HOSTING_CRT0=/lib/crt0.o
|
|
HOSTING_LIBS=/usr/latest/lib/gcc/sparc-sun-sunos4/1.95/gnulib -lc
|
|
HOSTING_EMU=LDEMULATION=gld; export LDEMULATION
|
|
|