summaryrefslogtreecommitdiffstats
path: root/tools/cpu/generic/configure.ac
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-11 14:18:53 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-14 07:33:01 +0200
commit9eb1494fc1c2f81abbc2b711bebbce9d28064289 (patch)
tree2f47eab479fc5f30186cd1955fcb0960704b4a46 /tools/cpu/generic/configure.ac
parenttools: Remove nios2gen (diff)
downloadrtems-9eb1494fc1c2f81abbc2b711bebbce9d28064289.tar.bz2
tools: Remove size_rtems
This script is horribly out of date. A new version could be placed in RTEMS tools if necessary. Close #3451.
Diffstat (limited to '')
-rw-r--r--tools/cpu/generic/configure.ac23
1 files changed, 0 insertions, 23 deletions
diff --git a/tools/cpu/generic/configure.ac b/tools/cpu/generic/configure.ac
deleted file mode 100644
index f0b606ea41..0000000000
--- a/tools/cpu/generic/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-tools-cpu-generic],[_RTEMS_VERSION],[https://devel.rtems.org/newticket])
-AC_CONFIG_SRCDIR([size_rtems.in])
-RTEMS_TOP(../../..)
-RTEMS_SOURCE_TOP
-RTEMS_BUILD_TOP
-
-RTEMS_CANONICAL_TARGET_CPU
-
-AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.12.2])
-AM_MAINTAINER_MODE
-
-RTEMS_PATH_KSH
-
-RTEMS_TOOLPATHS
-AC_SUBST(program_prefix)
-
-# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile
-size_rtems])
-AC_OUTPUT