diff options
Diffstat (limited to 'newlib/libc/machine/mn10300/Makefile.am')
-rw-r--r-- | newlib/libc/machine/mn10300/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/machine/mn10300/Makefile.am b/newlib/libc/machine/mn10300/Makefile.am index 3b460a17f..250588f96 100644 --- a/newlib/libc/machine/mn10300/Makefile.am +++ b/newlib/libc/machine/mn10300/Makefile.am @@ -10,6 +10,8 @@ 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) +lib_a_CCASFLAGS=$(AM_CCASFLAGS) ACLOCAL_AMFLAGS = -I ../../.. CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host |