This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] committed tweak to comments in config.gcc


This patch is another bit that was present in our local tree but that was missed when previously merging changes back to mainline. It refers to the support for relative pathnames in tm_file that was added by this patch:

http://gcc.gnu.org/ml/gcc-patches/2007-01/msg00814.html

Since it's a change to comments only, I've committed it as obvious.

-Sandra

2008-05-20  Sandra Loosemore  <sandra@codesourcery.com>

	gcc/
	* config.gcc (tm_file): Update comments about relative pathnames.
Index: gcc/config.gcc
===================================================================
*** gcc/config.gcc	(revision 135609)
--- gcc/config.gcc	(working copy)
***************
*** 70,75 ****
--- 70,79 ----
  #			This helps to keep OS specific stuff out of the CPU
  #			defining header ${cpu_type}/${cpu_type.h}.
  #
+ #			It is possible to include automatically-generated
+ #			build-directory files by prefixing them with "./".
+ #			All other files should relative to $srcdir/config.
+ #
  #  tm_p_file		Location of file with declarations for functions
  #			in $out_file.
  #

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]