summaryrefslogtreecommitdiffstats
path: root/make/README
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/README
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 'make/README')
-rw-r--r--make/README21
1 files changed, 0 insertions, 21 deletions
diff --git a/make/README b/make/README
index 12d5f8fe37..8a1c7157df 100644
--- a/make/README
+++ b/make/README
@@ -217,19 +217,6 @@
Your own private configuration file. Specifies which of the above
files you want to include.
- Example: custom/pc386.cfg
-
- CONFIG.$(HOST_ARCH).OS = $(RTEMS_ROOT)/make/os/HPUX-9.0.cfg
-
- # HOST Compiler config file
- # You may also want to specify where the compiler resides here.
- CC_$(HOST_ARCH)_DIR=/usr/local
- CONFIG.$(HOST_ARCH).CC = $(RTEMS_ROOT)/make/compilers/gcc.cfg
-
- ## Target compiler config file, if any
- CC_$(TARGET_ARCH)_DIR=$(RTEMS_GNUTOOLS)
- CONFIG.$(TARGET_ARCH).CC = $(RTEMS_ROOT)/make/compilers/gcc-pc386.cfg
-
generic rules file
------------------
@@ -306,10 +293,6 @@
a number of MAKE variables are automatically set and maintained by
the config files.
- CONFIG.$(HOST_ARCH).CC
- -- full path of C compilation config file, set by custom
- config file.
-
PROJECT_RELEASE
-- release/install directory
[ $(PROJECT_ROOT) ]
@@ -329,10 +312,6 @@
ARCH -- target sub-directory for object code
[ eg: o-pc386 or o-pc386-debug ]
- HOST_ARCH
- -- host machine architecture name
- [ eg: sun4, sparc on SVR4 ]
-
VARIANTS -- full list of all possible values for $(ARCH);
used mainly for 'make clean'
[ eg: "o-pc386 o-pc386-debug o-pc386-profile" ]