summaryrefslogtreecommitdiffstats
path: root/c/src/make/compilers/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-26 14:22:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-26 14:22:55 +0000
commit65a60cd427f0d59560ccdc6e7ac479006db03128 (patch)
treeadef879f28426ddcd59988d7c059470099fb39c1 /c/src/make/compilers/Makefile.am
parentidir=/opt/tmp/opt/rtems (diff)
downloadrtems-65a60cd427f0d59560ccdc6e7ac479006db03128.tar.bz2
Removed all references to HOST_ARCH including the file gcc.cfg.in. All
host programs are now compiled with automake generated rules. This was done after discussions with Ralf Corsepius and Eric Norum.
Diffstat (limited to 'c/src/make/compilers/Makefile.am')
-rw-r--r--c/src/make/compilers/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/c/src/make/compilers/Makefile.am b/c/src/make/compilers/Makefile.am
index 30fc3c385e..d067af45a7 100644
--- a/c/src/make/compilers/Makefile.am
+++ b/c/src/make/compilers/Makefile.am
@@ -10,12 +10,6 @@ rtems_make_compilersdir=$(rtems_makedir)/compilers
## At the moment all actively supported configurations
## use gcc-target-default.cfg only.
rtems_make_compilers_DATA= \
-gcc.cfg \
gcc-target-default.cfg
-if MAINTAINER_MODE
-$(srcdir)/gcc.cfg.in: $(top_srcdir)/@RTEMS_TOPdir@/make/compilers/gcc.cfg.in
- cp $< $@
-endif
-
include $(top_srcdir)/../../../automake/local.am