aboutsummaryrefslogtreecommitdiff
path: root/libgcc/configure.ac
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2016-09-21 12:53:20 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2016-09-21 12:53:20 +0000
commit7e02fd1b7b89245001d3c582c49432c370493d3f (patch)
tree48177a7e235918f42f7bc4915708998a2063d7de /libgcc/configure.ac
parent26e7820fcc2ed5a4792b2b12ef94b7ee5341f703 (diff)
downloadgcc-7e02fd1b7b89245001d3c582c49432c370493d3f.zip
gcc-7e02fd1b7b89245001d3c582c49432c370493d3f.tar.gz
gcc-7e02fd1b7b89245001d3c582c49432c370493d3f.tar.bz2
configure.ac: Do not create links, only substitute the filenames.
* configure.ac: Do not create links, only substitute the filenames. * configure: Regenerate. * Makefile.in: Assign the substitution results to variables. (LIBGCC_LINKS): Define. (enable-execute-stack.c): New rule. (unwind.h): Likewise. (md-unwind-support.h): Likewise. (sfp-machine.h): Likewise. (gthr-default.h): Likewise. Add $(LIBGCC_LINKS) to the prerequisites of all object files and unwind.h as prerequisite of install-unwind_h-forbuild. From-SVN: r240312
Diffstat (limited to 'libgcc/configure.ac')
-rw-r--r--libgcc/configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/libgcc/configure.ac b/libgcc/configure.ac
index 269997f..927507e 100644
--- a/libgcc/configure.ac
+++ b/libgcc/configure.ac
@@ -548,11 +548,11 @@ GCC_AC_THREAD_HEADER([$target_thread_file])
AC_SUBST(cpu_type)
AC_SUBST(extra_parts)
AC_SUBST(asm_hidden_op)
-AC_CONFIG_LINKS([enable-execute-stack.c:$enable_execute_stack])
-AC_CONFIG_LINKS([unwind.h:$unwind_header])
-AC_CONFIG_LINKS([md-unwind-support.h:config/$md_unwind_header])
-AC_CONFIG_LINKS([sfp-machine.h:config/$sfp_machine_header])
-AC_CONFIG_LINKS([gthr-default.h:$thread_header])
+AC_SUBST(enable_execute_stack)
+AC_SUBST(unwind_header)
+AC_SUBST(md_unwind_header)
+AC_SUBST(sfp_machine_header)
+AC_SUBST(thread_header)
# We need multilib support.
AC_CONFIG_FILES([Makefile])