summaryrefslogtreecommitdiffstats
path: root/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 /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 '')
-rw-r--r--make/compilers/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/make/compilers/Makefile.am b/make/compilers/Makefile.am
index d709d70d82..cfc9545c90 100644
--- a/make/compilers/Makefile.am
+++ b/make/compilers/Makefile.am
@@ -7,8 +7,7 @@ AUTOMAKE_OPTIONS = foreign 1.4
EXTRA_DIST = \
gcc-no_bsp.cfg \
gcc-portsw.cfg \
-gcc-target-default.cfg \
-gcc.cfg.in
+gcc-target-default.cfg
## -------------------------------------------------------
include $(top_srcdir)/automake/local.am