summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/microblaze/Makefile.arch
diff options
context:
space:
mode:
authorSteven J. Magnani <steve@digidescorp.com>2010-11-10 19:41:45 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-11-10 19:44:37 +0100
commita9605f9bee384d9cb3d30ec1461aa59cdb8f6908 (patch)
tree01ac2d21dc8b42ffed3a2d76f168970c8031a566 /libc/sysdeps/linux/microblaze/Makefile.arch
parent87fd5816c9a14c4457cb69afaece1d28e66256fa (diff)
microblaze: build infrastructure
Fix Microblaze config and makefiles. Signed-off-by: Steven J. Magnani <steve@digidescorp.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/microblaze/Makefile.arch')
-rw-r--r--libc/sysdeps/linux/microblaze/Makefile.arch14
1 files changed, 14 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/microblaze/Makefile.arch b/libc/sysdeps/linux/microblaze/Makefile.arch
new file mode 100644
index 000000000..ecbd80141
--- /dev/null
+++ b/libc/sysdeps/linux/microblaze/Makefile.arch
@@ -0,0 +1,14 @@
+# Makefile for uClibc
+#
+# Copyright (C) 2001,2002 NEC Corporation
+# Copyright (C) 2001,2002 Miles Bader <miles@gnu.org>
+#
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+
+CSRC := mmap.c clone.c fixdfsi.c
+
+SSRC := setjmp.S __longjmp.S vfork.S
+
+ARCH_HEADERS := floatlib.h
+
+include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch