diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-01-08 08:44:43 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-08 08:44:43 +0000 |
commit | b20e5adb661f95f639324b252a3028ac0abeca2f (patch) | |
tree | 19a5b2c0ae734b93029a80263afa486d7376cb02 /libc/sysdeps/linux/sh64/Makefile.arch | |
parent | b4937a448bcd897c84de6abb36c39eff492a2b91 (diff) |
Bring sh64 support back from the dead.
Diffstat (limited to 'libc/sysdeps/linux/sh64/Makefile.arch')
-rw-r--r-- | libc/sysdeps/linux/sh64/Makefile.arch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/sh64/Makefile.arch b/libc/sysdeps/linux/sh64/Makefile.arch new file mode 100644 index 000000000..d49540ebe --- /dev/null +++ b/libc/sysdeps/linux/sh64/Makefile.arch @@ -0,0 +1,12 @@ +# Makefile for uClibc +# +# Copyright (C) 2008 Paul Mundt <lethal@linux-sh.org> +# +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. +# + +CSRC := __init_brk.c brk.c sbrk.c syscall.c + +SSRC := setjmp.S __longjmp.S + +include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch |