mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-05 02:47:05 +00:00
15c5ec2e27
to EMUL=foo. (The GLDFOO_EMULATION_NAMEs have bee removed.) * config/mh-foo: Rename LDEMULATION names as appropriate (usually 'gldfoo' -> plain 'foo').
8 lines
186 B
Plaintext
Executable File
8 lines
186 B
Plaintext
Executable File
YACC=yacc -tvd
|
|
#CC=gcc -Wall -ansi
|
|
#stuff for self hosting
|
|
HOSTING_CRT0=/lib/crt0.o
|
|
HOSTING_LIBS=/usr/latest/lib/gcc/sun4/libgcc.a -lc
|
|
HOSTING_EMU=LDEMULATION=sun4; export LDEMULATION
|
|
|