summaryrefslogtreecommitdiffstats
path: root/README.configure
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-12-22 22:40:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-12-22 22:40:59 +0000
commitede9a6914b6ed090fc748fe2c293bfb0caae38ea (patch)
treee4109cfe5bb4a7fd98f1571b9400f9ca48e4190d /README.configure
parentMade --enable-gcc28 the default. (diff)
downloadrtems-ede9a6914b6ed090fc748fe2c293bfb0caae38ea.tar.bz2
Removed reference to CC_FOR_TARGET since I don't want anyone overriding
it anyway. :) Added hints about --prefix and --program-prefix options.
Diffstat (limited to 'README.configure')
-rw-r--r--README.configure12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.configure b/README.configure
index 713b76695f..91620ade75 100644
--- a/README.configure
+++ b/README.configure
@@ -26,6 +26,12 @@ RTEMS-specific option are supported:
--enable-libcdir=<DIRECTORY> (do not use if gcc 2.8 is enabled)
--enable-rtemsbsp="bsp1 bsp2 ..."
+In addition, the following standard autoconf options are frequently
+used when configuring RTEMS installations:
+
+ --prefix=INSTALL_DIRECTORY
+ --program-prefix=
+
By default, the RTEMS posix interface is built for targets that support
it. It can be disabled with the --disable-posix option.
@@ -73,11 +79,9 @@ architecture. The following targets are supported:
sparc-rtems
The cross-compiler is set to $(target)-gcc by default. This can be
-overriden by one of the following methods:
+overriden by:
- + running make with CC_FOR_TARGET=compiler_to_use. The same applies to
- all the target specific tools (AS, AR, NM, OBJCOPY, SIZE, LD), or
- + by using the --program-prefix option to configure to specify the
+ + using the --program-prefix option to configure to specify the
string which will prepended to the tool names. Be sure to include
a trailing "-". For example, to use a m68k-coff toolset, use the
--program-prefix=m68k-coff- option.