From 25c7d1048766622876543b00aaf2f522f75bb1a9 Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Mon, 31 May 1999 02:56:15 +0000 Subject: [PATCH] * tm.texi (MD_EXEC_PREFIX): Note need to update configure.in too. From-SVN: r27272 --- gcc/ChangeLog | 1 + gcc/tm.texi | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6e6e7b4fd576..1b1944bb6911 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -6,6 +6,7 @@ Mon May 31 00:45:14 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 48f4439ed941..a13c6d97424b 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