mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-11 14:14:23 +00: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
|