From: Sandra Loosemore Date: Tue, 20 May 2008 13:32:47 +0000 (-0400) Subject: config.gcc (tm_file): Update comments about relative pathnames. X-Git-Tag: releases/gcc-4.4.0~4807 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c63c208a58ded5253130c67f776d548eca2ea3f;p=thirdparty%2Fgcc.git config.gcc (tm_file): Update comments about relative pathnames. 2008-05-20 Sandra Loosemore gcc/ * config.gcc (tm_file): Update comments about relative pathnames. From-SVN: r135656 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9d9bc21a7ad1..234854ffa4c9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-05-20 Sandra Loosemore + + * config.gcc (tm_file): Update comments about relative pathnames. + 2008-05-20 Richard Guenther * tree-ssa-reassoc.c (fini_reassoc): Use the statistics diff --git a/gcc/config.gcc b/gcc/config.gcc index 04b46c38fe72..6a527dba1040 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -70,6 +70,10 @@ # 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. #