diff options
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 5 |
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 |