diff options
Diffstat (limited to 'libgcc/configure.ac')
-rw-r--r-- | libgcc/configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libgcc/configure.ac b/libgcc/configure.ac index c2749fe..85e4f1b 100644 --- a/libgcc/configure.ac +++ b/libgcc/configure.ac @@ -481,7 +481,8 @@ AC_SUBST(accel_dir_suffix) AC_SUBST(real_host_noncanonical) if test x"$enable_offload_targets" != x; then - extra_parts="${extra_parts} crtoffloadbegin.o crtoffloadend.o crtoffloadtable.o" + extra_parts="${extra_parts} crtoffloadbegin.o crtoffloadend.o" + extra_parts="${extra_parts} crtoffloadtable.o crtoffloadtableS.o" fi # Check if Solaris/x86 linker supports ZERO terminator unwind entries. @@ -727,6 +728,7 @@ AC_SUBST(extra_parts) AC_SUBST(asm_hidden_op) AC_SUBST(enable_execute_stack) AC_SUBST(unwind_header) +AC_SUBST(md_unwind_def_header) AC_SUBST(md_unwind_header) AC_SUBST(sfp_machine_header) AC_SUBST(thread_header) |