summaryrefslogtreecommitdiffstats
path: root/c/src/make/compilers
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-01 23:11:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-01 23:11:05 +0000
commit4619da90eb98451bea69ac5615407472f95af0ff (patch)
tree22cffc090269cd6b8d0724347d5a0b2edfc30b5b /c/src/make/compilers
parent2002-05-01 Eric Norum <eric.norum@usask.ca> (diff)
downloadrtems-4619da90eb98451bea69ac5615407472f95af0ff.tar.bz2
2002-04-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/Makefile.am: Remove. * compilers/Makefile.am: Remove. * compilers/.cvsignore: Remove. * Makefile.am: Merge-in former */Makefile.ams. Add more vars to <BSP>.cache. * configure.ac: Reflect changes above. Cosmetic fixes.
Diffstat (limited to 'c/src/make/compilers')
-rw-r--r--c/src/make/compilers/.cvsignore2
-rw-r--r--c/src/make/compilers/Makefile.am13
2 files changed, 0 insertions, 15 deletions
diff --git a/c/src/make/compilers/.cvsignore b/c/src/make/compilers/.cvsignore
deleted file mode 100644
index 282522db03..0000000000
--- a/c/src/make/compilers/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile
-Makefile.in
diff --git a/c/src/make/compilers/Makefile.am b/c/src/make/compilers/Makefile.am
deleted file mode 100644
index 83073c75a3..0000000000
--- a/c/src/make/compilers/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-##
-## $Id$
-##
-
-
-rtems_makedir = $(prefix)/make
-rtems_make_compilersdir = $(rtems_makedir)/compilers
-
-## At the moment all actively supported configurations
-## use gcc-target-default.cfg only.
-rtems_make_compilers_DATA = gcc-target-default.cfg
-
-include $(top_srcdir)/../../../automake/local.am