8034098: Configure leaves 'a.out' in root dir

Reviewed-by: tbell, ihse
This commit is contained in:
Erik Joelsson 2014-02-11 10:44:23 +01:00
parent e7257d8d2a
commit 7331f030bd
2 changed files with 3 additions and 3 deletions

View File

@ -4092,7 +4092,7 @@ fi
#CUSTOM_AUTOCONF_INCLUDE
# Do not change or remove the following line, it is needed for consistency checks:
DATE_WHEN_GENERATED=1391775920
DATE_WHEN_GENERATED=1392111785
###############################################################################
#
@ -42275,7 +42275,7 @@ $as_echo "no" >&6; }
$as_echo "yes" >&6; }
USING_BROKEN_SUSE_LD=yes
fi
rm -rf version-script.map main.c
rm -rf version-script.map main.c a.out
fi

View File

@ -1205,7 +1205,7 @@ AC_DEFUN_ONCE([TOOLCHAIN_SETUP_COMPILER_FLAGS_MISC],
AC_MSG_RESULT(yes)
USING_BROKEN_SUSE_LD=yes
fi
rm -rf version-script.map main.c
rm -rf version-script.map main.c a.out
fi
AC_SUBST(USING_BROKEN_SUSE_LD)
])