aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/libgcc/config.host
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/libgcc/config.host')
-rw-r--r--gcc-4.9/libgcc/config.host11
1 files changed, 8 insertions, 3 deletions
diff --git a/gcc-4.9/libgcc/config.host b/gcc-4.9/libgcc/config.host
index 2a9ee9a8d..b089fb918 100644
--- a/gcc-4.9/libgcc/config.host
+++ b/gcc-4.9/libgcc/config.host
@@ -229,9 +229,7 @@ case ${host} in
*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu)
tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic t-eh-dw2-dip t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver t-linux"
extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
- if test x$enable_vtable_verify = xyes; then
- extra_parts="$extra_parts vtv_start.o vtv_end.o vtv_start_preinit.o vtv_end_preinit.o"
- fi
+ vtv_extra_parts="vtv_start.o vtv_end.o vtv_start_preinit.o vtv_end_preinit.o"
;;
*-*-lynxos*)
tmake_file="$tmake_file t-lynx $cpu_type/t-crtstuff t-crtstuff-pic t-libgcc-pic"
@@ -1283,3 +1281,10 @@ i[34567]86-*-linux* | x86_64-*-linux*)
tm_file="${tm_file} i386/value-unwind.h"
;;
esac
+
+case ${host} in
+*-grtev3-* | *-grtev4-* )
+ # Don't hide symbols in static libraries.
+ tmake_file="${tmake_file} t-static-no-vis-hide"
+ ;;
+esac