9 lines
256 B
Plaintext
Executable File
9 lines
256 B
Plaintext
Executable File
CC = gcc -b$(target) -Wall -nostdinc -nostdlib \
|
|
-I$(srcdir)/../clib/ansi/include -I$(srcdir)/../os-layer/include
|
|
|
|
CLIB = $(srcdir)/../clib/Host-$(host)/Target-$(target)/libc.a \
|
|
$(srcdir)/../gcc/Host-sun4/Target-$(target)/gnulib
|
|
|
|
LDFLAGS = /lib/crt0.o
|
|
|