mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-11 14:14:23 +00:00
9 lines
268 B
Plaintext
Executable File
9 lines
268 B
Plaintext
Executable File
HDEFINES=-DHOST_SYS=SUN4_SYS -DHOST_64_BIT="long long"
|
|
YACC=yacc -tvd
|
|
CC=/usr/latest/bin/gcc -Wall -ansi
|
|
#stuff for self hosting
|
|
HOSTING_CRT0=/lib/crt0.o
|
|
HOSTING_LIBS=/limbo/latest/=sun4/lib/gcc/sparc/1.93/gnulib -lc
|
|
HOSTING_EMU=LDEMULATION=gld; export LDEMULATION
|
|
|