diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-16 03:52:37 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-16 03:52:37 +0000 |
| commit | 94823a8764a1238e1a661eb5fd72a3038e05ad2b (patch) | |
| tree | 15ae1da6f8009ea5ecf04c090c9b5b591235c136 | |
| parent | 2f2d7158d120f4a5f6a304a29ec9a302ffb83f8b (diff) | |
| download | uClibc-alpine-94823a8764a1238e1a661eb5fd72a3038e05ad2b.tar.bz2 uClibc-alpine-94823a8764a1238e1a661eb5fd72a3038e05ad2b.tar.xz | |
Copy from trunk.
| -rw-r--r-- | libc/sysdeps/linux/sh/Makefile.arch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/sh/Makefile.arch b/libc/sysdeps/linux/sh/Makefile.arch new file mode 100644 index 000000000..33ea8a94f --- /dev/null +++ b/libc/sysdeps/linux/sh/Makefile.arch @@ -0,0 +1,14 @@ +# Makefile for uClibc +# +# Copyright (C) 2001 by Hewlett-Packard Australia +# Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org> +# +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. +# + +CSRC := \ + mmap.c longjmp.c pipe.c __init_brk.c brk.c sbrk.c syscall.c pread_write.c + +SSRC := setjmp.S __longjmp.S vfork.S clone.S ___fpscr_values.S + +include $(top_srcdir)libc/sysdeps/linux/Makefile.arch |
