summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-10-08 17:57:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-10-08 17:57:04 +0000
commit6fd3979f6370083354970108abec1e8eb76333fd (patch)
treeea94cf3cdd0809d8e7782e049292a219cdd366ef
parentFixed typo in the pointer to the license terms. (diff)
downloadrtems-6fd3979f6370083354970108abec1e8eb76333fd.tar.bz2
Added comment about using --enable-gcc28 and --enable-libcdir
options together.
Diffstat (limited to '')
-rw-r--r--README.configure4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.configure b/README.configure
index 975f3496f9..8f42461157 100644
--- a/README.configure
+++ b/README.configure
@@ -23,7 +23,7 @@ RTEMS-specific option are supported:
--enable-cpp
--enable-gcc28
--enable-gmake-print-directory
- --enable-libcdir=<DIRECTORY>
+ --enable-libcdir=<DIRECTORY> (do not use gcc 2.8 is enabled)
--enable-rtemsbsp="bsp1 bsp2 ..."
By default, the RTEMS posix interface is built for targets that support
@@ -45,6 +45,8 @@ compatible with gcc 2.7.2.2. This requires that the user specify
the location of the Standard C Library with the --enable-libcdir
option. If using a gcc which supports the -specs option, then
the --enable-gcc28 option may be used to enable this feature.
+You should use the --enable-gcc28 option when using either the
+egcs source tree or testgcc snapshots.
By default, all bsps for a target are built. There are two ways of
changing this: