annotate sources/patches/uClibc-fix-arm-unwind-001.patch @ 1403:42698b9646c2

Add m68k back.
author Rob Landley <rob@landley.net>
date Mon, 27 Jun 2011 07:36:56 -0500
parents 71acb8c4611a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1355
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
1 --- a/libc/sysdeps/linux/arm/Makefile.arch 2007-03-06 02:06:26.000000000 -0600
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
2 +++ b/libc/sysdeps/linux/arm/Makefile.arch 2009-04-06 02:59:26.000000000 -0500
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
3 @@ -15,7 +15,7 @@
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
4 ifeq ($(CONFIG_ARM_EABI),y)
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
5 CSRC += aeabi_assert.c aeabi_atexit.c aeabi_errno_addr.c \
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
6 aeabi_localeconv.c aeabi_memclr.c aeabi_memcpy.c \
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
7 - aeabi_memmove.c aeabi_memset.c find_exidx.c
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
8 + aeabi_memmove.c aeabi_memset.c find_exidx.c aeabi_unwind_cpp_pr1.c
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
9 SSRC += syscall-eabi.S
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
10 ARCH_OBJ_FILTEROUT := syscall.c
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
11 ifeq ($(UCLIBC_HAS_WCHAR),y)