mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
15c5ec2e27
to EMUL=foo. (The GLDFOO_EMULATION_NAMEs have bee removed.) * config/mh-foo: Rename LDEMULATION names as appropriate (usually 'gldfoo' -> plain 'foo').
9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
#CC=gcc -ansi -Wall
|
|
CC=cc
|
|
YACC=yacc -d
|
|
|
|
|
|
HOSTING_CRT0=/usr/lib/crt0.o /usr/lib/Fcrt1.o -L/usr/lib/fsoft.o
|
|
HOSTING_LIBS=-lc
|
|
HOSTING_EMU=LDEMULATION=sun3; export LDEMULATION
|