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/Makefile.in | |
parent | e6a9045ef96f1b599f37cf7cadd2243635a29ca5 (diff) | |
download | ppe42-gcc-6c342df1f56a88bb167297d888c44062efb37cc4.tar.gz ppe42-gcc-6c342df1f56a88bb167297d888c44062efb37cc4.zip |
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/Makefile.in')
-rw-r--r-- | libssp/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libssp/Makefile.in b/libssp/Makefile.in index 61fcffd5ec9..b098221eb50 100644 --- a/libssp/Makefile.in +++ b/libssp/Makefile.in @@ -53,6 +53,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ $(top_srcdir)/../config/depstand.m4 \ $(top_srcdir)/../config/lead-dot.m4 \ + $(top_srcdir)/../config/no-executables.m4 \ $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) |