mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +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
132 B
Plaintext
Executable File
9 lines
132 B
Plaintext
Executable File
#CC=gcc -ansi -Wall
|
|
CC=cc
|
|
YACC=yacc -d
|
|
|
|
|
|
HOSTING_CRT0=/lib/crt0.o
|
|
HOSTING_LIBS=-lc
|
|
HOSTING_EMU=LDEMULATION=news; export LDEMULATION
|