* configure: Regenerate to track ../common/common.m4 changes.
[deliverable/binutils-gdb.git] / gold / configure
index 574af8b57a0983ebdf7c31aa126c9342ab8ba745..f8fcc76085092ea4162543aad102f9040235666a 100755 (executable)
@@ -2014,6 +2014,9 @@ echo "$as_me: error: \"unsupported target $targ\"" >&2;}
    { (exit 1); exit 1; }; }
     else
       targetobjs="$targetobjs ${targ_obj}.\$(OBJEXT)"
+      if test "$targ_extra_obj" != ""; then
+        targetobjs="$targetobjs ${targ_extra_obj}.\$(OBJEXT)"
+      fi
       if test "$targ_size" = "32" -o "$targ_extra_size" = "32"; then
          if test "$targ_big_endian" = "true" \
              -o "$targ_extra_big_endian" = "true"; then
This page took 0.026172 seconds and 4 git commands to generate.