Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.inc « csky « libgloss - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7f38d659cbcddc6436bb305d0a7e715bc094e1cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
## csky semihosting support.

multilibtool_DATA += \
	%D%/crt0.o
libobjs_a_SOURCES += \
	%D%/crt0.S

## Here's all the hosted stuff.

multilibtool_LIBRARIES += %D%/libsemi.a
%C%_libsemi_a_SOURCES = \
	%D%/io-semi.S \
	%D%/sbrk.c \
	%D%/io-gdb.c \
	%D%/io-exit.c \
	%D%/io-close.c \
	%D%/io-fstat.c \
	%D%/io-gettimeofday.c \
	%D%/io-lseek.c \
	%D%/io-read.c \
	%D%/io-system.c \
	%D%/io-unlink.c \
	%D%/io-exit.c \
	%D%/io-gdb.c \
	%D%/io-isatty.c \
	%D%/io-open.c \
	%D%/io-rename.c \
	%D%/io-stat.c \
	%D%/io-time.c \
	%D%/io-write.c \
	%D%/kill.c \
	%D%/getpid.c
%C%_libsemi_a_CPPFLAGS = \
	$(AM_CPPFLAGS) \
	-nostdlib \
	-DHOSTED=1