mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-27 05:50:43 +00:00
9 lines
136 B
Plaintext
Executable File
9 lines
136 B
Plaintext
Executable File
#CC=gcc -ansi -Wall
|
|
CC=cc
|
|
YACC=yacc -d
|
|
|
|
|
|
HOSTING_CRT0=/lib/crt0.o
|
|
HOSTING_LIBS=-lc
|
|
HOSTING_EMU=LDEMULATION=hp300bsd; export LDEMULATION
|