diff options
Diffstat (limited to 'newlib/libc/sys/rtems/Makefile.am')
-rw-r--r-- | newlib/libc/sys/rtems/Makefile.am | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/newlib/libc/sys/rtems/Makefile.am b/newlib/libc/sys/rtems/Makefile.am deleted file mode 100644 index ece2abc35..000000000 --- a/newlib/libc/sys/rtems/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ -## Process this file with automake to generate Makefile.in - -AUTOMAKE_OPTIONS = cygnus - -INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS) - -AM_CCASFLAGS = $(INCLUDES) - -noinst_LIBRARIES = lib.a - -lib_a_SOURCES = dummysys.c -lib_a_CCASFLAGS = $(AM_CCASFLAGS) -lib_a_CFLAGS = $(AM_CFLAGS) - -all: crt0.o - -ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. -CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host |