summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68302/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-01-23 16:44:27 -0600
committerJoel Sherrill <joel@rtems.org>2016-01-23 16:45:11 -0600
commit77990ec71456341463965b756db1a9d671df5611 (patch)
tree2290e1e7c9279310279610d07726cae8bb8573ed /c/src/lib/libbsp/m68k/gen68302/configure.ac
parentpowerpc/gen5200: Add per-section compilation and linking support. (diff)
downloadrtems-77990ec71456341463965b756db1a9d671df5611.tar.bz2
Obsolete and remove m68k/gen68302
closes #2543.
Diffstat (limited to 'c/src/lib/libbsp/m68k/gen68302/configure.ac')
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/configure.ac23
1 files changed, 0 insertions, 23 deletions
diff --git a/c/src/lib/libbsp/m68k/gen68302/configure.ac b/c/src/lib/libbsp/m68k/gen68302/configure.ac
deleted file mode 100644
index 29c7763739..0000000000
--- a/c/src/lib/libbsp/m68k/gen68302/configure.ac
+++ /dev/null
@@ -1,23 +0,0 @@
-## Process this file with autoconf to produce a configure script.
-
-AC_PREREQ([2.69])
-AC_INIT([rtems-c-src-lib-libbsp-m68k-gen68302],[_RTEMS_VERSION],[https://devel.rtems.org/newticket])
-AC_CONFIG_SRCDIR([bsp_specs])
-RTEMS_TOP(../../../../../..)
-
-RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.12.2])
-RTEMS_BSP_CONFIGURE
-
-RTEMS_PROG_CC_FOR_TARGET
-RTEMS_CANONICALIZE_TOOLS
-RTEMS_PROG_CCAS
-
-RTEMS_CHECK_NETWORKING
-AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
-
-RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
-
-# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile])
-AC_OUTPUT