123456789101112131415161718192021222324252627282930 |
- $OpenBSD: patch-gcc_configure,v 1.5 2016/09/01 17:30:33 pascal Exp $
- --- gcc/configure.orig Sun May 22 10:53:32 2016
- +++ gcc/configure Sat Aug 6 19:19:05 2016
- @@ -17367,7 +17367,7 @@ openbsd*)
- *) need_version=no ;;
- esac
- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
- - finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
- + #finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
- shlibpath_var=LD_LIBRARY_PATH
- if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
- case $host_os in
- @@ -21027,7 +21027,7 @@ openbsd*)
- *) need_version=no ;;
- esac
- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
- - finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
- + #finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
- shlibpath_var=LD_LIBRARY_PATH
- if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
- case $host_os in
- @@ -27522,6 +27522,7 @@ else
- fi
-
- ;;
- + *-*-openbsd*) gcc_cv_libc_provides_ssp=yes ;;
- *) gcc_cv_libc_provides_ssp=no ;;
- esac
- fi
|