aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorSandra Loosemore <sandra@codesourcery.com>2008-05-20 09:32:47 -0400
committerSandra Loosemore <sandra@gcc.gnu.org>2008-05-20 09:32:47 -0400
commit9c63c208a58ded5253130c67f776d548eca2ea3f (patch)
tree9bf573ec21563b587b4e5ea57b7bc4f6d4da0c1c /gcc/config.gcc
parent93a7c573dc90220284365e6de7533485421455d1 (diff)
downloadgcc-9c63c208a58ded5253130c67f776d548eca2ea3f.zip
gcc-9c63c208a58ded5253130c67f776d548eca2ea3f.tar.gz
gcc-9c63c208a58ded5253130c67f776d548eca2ea3f.tar.bz2
config.gcc (tm_file): Update comments about relative pathnames.
2008-05-20 Sandra Loosemore <sandra@codesourcery.com> gcc/ * config.gcc (tm_file): Update comments about relative pathnames. From-SVN: r135656
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 04b46c3..6a527db 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.
#