diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-29 21:18:51 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-29 21:18:51 +0000 |
commit | 6c342df1f56a88bb167297d888c44062efb37cc4 (patch) | |
tree | 346dee200c6a0383469b6f2717eb67627098f850 /libssp/aclocal.m4 | |
parent | e6a9045ef96f1b599f37cf7cadd2243635a29ca5 (diff) | |
download | gcc-6c342df1f56a88bb167297d888c44062efb37cc4.tar.gz |
PR other/25035
* configure.ac (AC_EXEEXT): Remove.
(GCC_NO_EXECUTABLES): Call.
(ssp_use_symver): Default to no if unable to link.
(AC_CHECK_FUNCS): Hardwire results if unable to link.
* aclocal.m4, configure, Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117318 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libssp/aclocal.m4')
-rw-r--r-- | libssp/aclocal.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libssp/aclocal.m4 b/libssp/aclocal.m4 index 576735e1b47..7777acfc6d7 100644 --- a/libssp/aclocal.m4 +++ b/libssp/aclocal.m4 @@ -917,4 +917,5 @@ AC_SUBST([am__untar]) m4_include([../config/acx.m4]) m4_include([../config/depstand.m4]) m4_include([../config/lead-dot.m4]) +m4_include([../config/no-executables.m4]) m4_include([../libtool.m4]) |