aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2011-08-18 14:47:46 +0000
committerRainer Orth <ro@gcc.gnu.org>2011-08-18 14:47:46 +0000
commit5b880ea61c107da98ea87a5ffad4520445d60007 (patch)
tree15183626c4d31ca839660bc4750300b8ed0ef58d /gcc/config.gcc
parent901ebcdf97fefd24e464f98593bfa6dc741d4525 (diff)
downloadgcc-5b880ea61c107da98ea87a5ffad4520445d60007.zip
gcc-5b880ea61c107da98ea87a5ffad4520445d60007.tar.gz
gcc-5b880ea61c107da98ea87a5ffad4520445d60007.tar.bz2
Keep tm, div_t, ldiv_t, lconv mangling on Solaris (PR libstdc++-v3/1773)
Co-Authored-By: Marc Glisse <marc.glisse@normalesup.org> From-SVN: r177863
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index ec13d93..b92ce3d 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -718,8 +718,8 @@ case ${target} in
tm_p_file="${tm_p_file} sol2-protos.h"
tmake_file="${tmake_file} t-sol2 t-slibgcc-dummy"
c_target_objs="${c_target_objs} sol2-c.o"
- cxx_target_objs="${cxx_target_objs} sol2-c.o"
- extra_objs="sol2.o"
+ cxx_target_objs="${cxx_target_objs} sol2-c.o sol2-cxx.o"
+ extra_objs="sol2.o sol2-stubs.o"
extra_options="${extra_options} sol2.opt"
case ${enable_threads}:${have_pthread_h}:${have_thread_h} in
"":yes:* | yes:yes:* )