From 9eb1494fc1c2f81abbc2b711bebbce9d28064289 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 11 Jun 2018 14:18:53 +0200 Subject: tools: Remove size_rtems This script is horribly out of date. A new version could be placed in RTEMS tools if necessary. Close #3451. --- tools/cpu/configure.ac | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 tools/cpu/configure.ac (limited to 'tools/cpu/configure.ac') diff --git a/tools/cpu/configure.ac b/tools/cpu/configure.ac deleted file mode 100644 index 220311bf80..0000000000 --- a/tools/cpu/configure.ac +++ /dev/null @@ -1,24 +0,0 @@ -## Process this file with autoconf to produce a configure script. - -AC_PREREQ([2.69]) -AC_INIT([rtems-tools-cpu],[_RTEMS_VERSION],[https://devel.rtems.org/newticket]) -AC_CONFIG_SRCDIR([generic]) -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) - -AC_CONFIG_SUBDIRS(generic) - -# Explicitly list all Makefiles here -AC_CONFIG_FILES([Makefile]) -AC_OUTPUT -- cgit v1.2.3