aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorKelley Cook <kcook@gcc.gnu.org>2004-02-25 21:43:26 +0000
committerR. Kelley Cook <kcook@gcc.gnu.org>2004-02-25 21:43:26 +0000
commit30500d84920d80fc55e9e7b3446e56bb5016f52e (patch)
treed10df9390f82bf7098df1a1f0306773ae83bbd32 /gcc/config.gcc
parentbb9f8a85b103be64e123d79d04be735a32a40c3a (diff)
downloadgcc-30500d84920d80fc55e9e7b3446e56bb5016f52e.zip
gcc-30500d84920d80fc55e9e7b3446e56bb5016f52e.tar.gz
gcc-30500d84920d80fc55e9e7b3446e56bb5016f52e.tar.bz2
config.gcc: Add comment describing extra_gcc_objs.
2004-02-25 Kelley Cook <kcook@gcc.gnu.org> * config.gcc: Add comment describing extra_gcc_objs. i[34567]86-*-cygwin*): Replace host_extra_gcc_objs with extra_gcc_objs. * configure.ac (extra_gcc_objs): New substitution variable. (host_extra_gcc_objs): Don't substitute. * configure: Regenerate. * Makefile.in: Use extra_gcc_objs. From-SVN: r78459
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index ac7e5c7..0608ae2 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -84,6 +84,9 @@
# the compiler proper (cc1, cc1obj, cc1plus)
# depending on target.
#
+# extra_gcc_objs List of extra objects that should be linked into
+# the compiler driver (gcc) depending on target.
+#
# extra_headers List of used header files from the directory
# config/${cpu_type}.
#
@@ -1029,7 +1032,7 @@ i[34567]86-*-pe | i[34567]86-*-cygwin*)
extra_objs=winnt.o
c_target_objs=cygwin2.o
cxx_target_objs=cygwin2.o
- host_extra_gcc_objs=cygwin1.o
+ extra_gcc_objs=cygwin1.o
if test x$enable_threads = xyes; then
thread_file='posix'
fi