summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-11-16 03:52:01 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-11-16 03:52:01 +0000
commit549e56bb439ad842e5a79b76570f83e2e250eeef (patch)
tree93b06ff38f476126a43038a457ed9900f64aeacd
parentb85731c54699cee2dd096564d90a56d6c6c5a890 (diff)
downloaduClibc-alpine-549e56bb439ad842e5a79b76570f83e2e250eeef.tar.bz2
uClibc-alpine-549e56bb439ad842e5a79b76570f83e2e250eeef.tar.xz
Copy from trunk.
-rw-r--r--libc/sysdeps/linux/m68k/Makefile.arch18
1 files changed, 18 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/m68k/Makefile.arch b/libc/sysdeps/linux/m68k/Makefile.arch
new file mode 100644
index 000000000..833d31ffe
--- /dev/null
+++ b/libc/sysdeps/linux/m68k/Makefile.arch
@@ -0,0 +1,18 @@
+# Makefile for uClibc
+#
+# Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
+#
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+#
+
+CSRC := ptrace.c brk.c
+
+SSRC := __longjmp.S bsd-_setjmp.S bsd-setjmp.S clone.S setjmp.S vfork.S
+
+ifneq ($(HAVE_ELF),y)
+ARCH_HEADERS := float.h
+else
+ARCH_HEADERS := fpu_control.h
+endif
+
+include $(top_srcdir)libc/sysdeps/linux/Makefile.arch