mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
683819e163
* config/: Rename some config files to match up h-*.h names. Remove all the HOST_SYS definitions from the config files.
9 lines
174 B
Plaintext
9 lines
174 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=gld68k; export LDEMULATION
|