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

Makefile.inc « powerpc « machine « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 55c7ebdc60da22713cd853514bc4be46e7433bc4 (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
libc_a_CPPFLAGS_%C% = -I$(srcdir)/libc/stdio -I$(srcdir)/libc/stdlib

libc_a_SOURCES += %D%/setjmp.S

if HAVE_POWERPC_ALTIVEC
libc_a_SOURCES += \
	%D%/vfprintf.c \
	%D%/vfscanf.c \
	%D%/vec_malloc.c \
	%D%/vec_calloc.c \
	%D%/vec_free.c \
	%D%/vec_realloc.c \
	%D%/vec_mallocr.c \
	%D%/vec_callocr.c \
	%D%/vec_reallocr.c
endif
if HAVE_POWERPC_SPE
libc_a_SOURCES += \
	%D%/atosfix16.c \
	%D%/atosfix32.c \
	%D%/atosfix64.c \
	%D%/atoufix16.c \
	%D%/atoufix32.c \
	%D%/atoufix64.c \
	%D%/simdldtoa.c \
	%D%/strtosfix16.c \
	%D%/strtosfix32.c \
	%D%/strtosfix64.c \
	%D%/strtoufix16.c \
	%D%/strtoufix32.c \
	%D%/strtoufix64.c \
	%D%/ufix64toa.c \
	%D%/vfprintf.c \
	%D%/vfscanf.c
endif