aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine/mn10300/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/mn10300/Makefile.am')
-rw-r--r--newlib/libc/machine/mn10300/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/newlib/libc/machine/mn10300/Makefile.am b/newlib/libc/machine/mn10300/Makefile.am
deleted file mode 100644
index 4016de0..0000000
--- a/newlib/libc/machine/mn10300/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-## Process this file with automake to generate Makefile.in
-
-AM_CPPFLAGS = $(NEWLIB_CFLAGS) $(TARGET_CFLAGS)
-
-AM_CCASFLAGS = $(AM_CPPFLAGS) -Wa,--gdwarf-2
-
-noinst_LIBRARIES = lib.a
-
-lib_a_SOURCES = setjmp.S memchr.S memcmp.S memcpy.S memset.S strchr.S \
- strcmp.S strcpy.S strlen.S
-lib_a_CFLAGS=$(AM_CFLAGS)