aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1999-05-31 02:56:40 +0000
committerJeff Law <law@gcc.gnu.org>1999-05-30 20:56:40 -0600
commit5505263f7f5ea8c27e2039976a6e1d3e79ed6899 (patch)
treed62c15dbb47e091289c81f3d3a44c1d4d82c3e82
parent779243f72027453fbf0638f281f86a632096b57a (diff)
downloadgcc-5505263f7f5ea8c27e2039976a6e1d3e79ed6899.zip
gcc-5505263f7f5ea8c27e2039976a6e1d3e79ed6899.tar.gz
gcc-5505263f7f5ea8c27e2039976a6e1d3e79ed6899.tar.bz2
tm.texi (MD_EXEC_PREFIX): Note need to update configure.in too.
* tm.texi (MD_EXEC_PREFIX): Note need to update configure.in too. Forgot to commit. From-SVN: r27273
-rw-r--r--gcc/ChangeLog1
-rw-r--r--gcc/tm.texi3
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1215de2..8188d48 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -3,6 +3,7 @@ Mon May 31 00:46:17 1999 Jeffrey A Law (law@cygnus.com)
* configure.in (native gas tests): Search for an assembler in the
same manner that the installed compiler will.
* configure: Rebuilt.
+ * tm.texi (MD_EXEC_PREFIX): Note need to update configure.in too.
* alias.c (find_base_term): Improve handling of addresses
constructed from binary operations.
diff --git a/gcc/tm.texi b/gcc/tm.texi
index d3bff3d..8816d47 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