diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-31 02:56:40 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-31 02:56:40 +0000 |
commit | 3fa75b2d9e4bd27f5317d86096a8e0202f7e9447 (patch) | |
tree | d62c15dbb47e091289c81f3d3a44c1d4d82c3e82 /gcc/tm.texi | |
parent | 07d1fecc5773231ed0b156ec6dc0f3c2e2a35c3b (diff) | |
download | gcc-3fa75b2d9e4bd27f5317d86096a8e0202f7e9447.tar.gz |
* tm.texi (MD_EXEC_PREFIX): Note need to update configure.in too.
Forgot to commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27273 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tm.texi')
-rw-r--r-- | gcc/tm.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/tm.texi b/gcc/tm.texi index d3bff3df7a6..8816d474876 100644 --- a/gcc/tm.texi +++ b/gcc/tm.texi @@ -321,7 +321,8 @@ try when searching for the executable files of the compiler. If defined, this macro is an additional prefix to try after @code{STANDARD_EXEC_PREFIX}. @code{MD_EXEC_PREFIX} is not searched when the @samp{-b} option is used, or the compiler is built as a cross -compiler. +compiler. If you define @code{MD_EXEC_PREFIX}, then be sure to add it +to the list of directories used to find the assembler in @file{configure.in}. @findex STANDARD_STARTFILE_PREFIX @item STANDARD_STARTFILE_PREFIX |