aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-01-10 11:46:58 +0100
committerMartin Liska <mliska@suse.cz>2022-01-17 22:12:14 +0100
commitcd9912b5930961ffb2832f67a4d18a7b92c06e51 (patch)
tree395a20a574de81fa525814c419892337e78498ea /gcc/config.gcc
parente53b6e564aab615703ff2f9e8406a3953f0a3785 (diff)
downloadgcc-cd9912b5930961ffb2832f67a4d18a7b92c06e51.zip
gcc-cd9912b5930961ffb2832f67a4d18a7b92c06e51.tar.gz
gcc-cd9912b5930961ffb2832f67a4d18a7b92c06e51.tar.bz2
Manual changes for .cc renaming.
gcc/ChangeLog: * Makefile.in: Rename .c names to .cc. * config.gcc: Likewise. * configure: Regenerate. Likewise. * configure.ac: Likewise. * gengtype.cc (set_gc_used): Likewise. (source_dot_c_frul): Likewise. (source_dot_cc_frul): Likewise. (struct file_rule_st): Likewise. (close_output_files): Likewise. * config/avr/t-avr: Use CXXFLAGS_* and CXX_FOR_BUILD. gcc/ada/ChangeLog: * Makefile.rtl: Rename .c names to .cc. * gcc-interface/Make-lang.in: Likewise. * gcc-interface/Makefile.in: Likewise. libgcc/ChangeLog: * libgcov-driver.c: Rename .c names to .cc. libcpp/ChangeLog: * Makefile.in: Rename .c names to .cc.
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index bad51e0..2c4266c 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -5374,7 +5374,7 @@ case ${target} in
then
target_cpu_default2="\\\"$with_cpu\\\""
fi
- out_file="${cpu_type}/${cpu_type}.c"
+ out_file="${cpu_type}/${cpu_type}.cc"
c_target_objs="${c_target_objs} ${cpu_type}-c.o"
cxx_target_objs="${cxx_target_objs} ${cpu_type}-c.o"
d_target_objs="${d_target_objs} ${cpu_type}-d.o"