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

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2004-09-21 22:41:02 +0400
committerIan Lance Taylor <iant@google.com>2004-09-21 22:41:02 +0400
commit32e73f4dd02470841c29031e9c71de48c7a735c5 (patch)
tree87cda14527723be6b7f2561dc4b336b52436f29f /newlib/libc/machine/xscale/Makefile.in
parent04e9ee5f15adf50cc7679ee55078a4720c3b9acb (diff)
* libc/machine/xscale/setjmp.S: New file, copied from
libc/machine/arm/setjmp.S. * libc/machine/xscale/Makefile.am (lib_a_SOURCES): Add setjmp.S. * libc/machine/xscale/Makefile.in: Regenerate.
Diffstat (limited to 'newlib/libc/machine/xscale/Makefile.in')
-rw-r--r--newlib/libc/machine/xscale/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/newlib/libc/machine/xscale/Makefile.in b/newlib/libc/machine/xscale/Makefile.in
index 3d3fce334..1f5171268 100644
--- a/newlib/libc/machine/xscale/Makefile.in
+++ b/newlib/libc/machine/xscale/Makefile.in
@@ -89,7 +89,9 @@ INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
noinst_LIBRARIES = lib.a
-lib_a_SOURCES = memchr.c memcmp.c memcpy.c memmove.c memset.c strchr.c strcmp.c strcpy.c strlen.c
+lib_a_SOURCES = \
+ memchr.c memcmp.c memcpy.c memmove.c memset.c \
+ strchr.c strcmp.c strcpy.c strlen.c setjmp.S
ACLOCAL_AMFLAGS = -I ../../..
@@ -105,7 +107,7 @@ CPPFLAGS = @CPPFLAGS@
LIBS = @LIBS@
lib_a_LIBADD =
lib_a_OBJECTS = memchr.o memcmp.o memcpy.o memmove.o memset.o strchr.o \
-strcmp.o strcpy.o strlen.o
+strcmp.o strcpy.o strlen.o setjmp.o
CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)