don't look in libiberty/testsuite for anything, it's going away.
This commit is contained in:
parent
7c3d18998b
commit
bc30b52fcc
2
external/gpl3/gcc/dist/libiberty/Makefile.in
vendored
2
external/gpl3/gcc/dist/libiberty/Makefile.in
vendored
@ -98,6 +98,8 @@ FLAGS_TO_PASS = \
|
||||
|
||||
# Subdirectories to recurse into. We need to override this during cleaning
|
||||
SUBDIRS = testsuite
|
||||
# NetBSD override -- we delete the testsuite
|
||||
SUBDIRS =
|
||||
|
||||
# FIXME: add @BUILD_INFO@ once we're sure it works for everyone.
|
||||
all: stamp-picdir $(TARGETLIB) required-list all-subdir
|
||||
|
3
external/gpl3/gcc/dist/libiberty/configure
vendored
3
external/gpl3/gcc/dist/libiberty/configure
vendored
@ -6847,7 +6847,7 @@ LIBOBJS="$L"
|
||||
|
||||
|
||||
# We need multilib support, but only if configuring for the target.
|
||||
ac_config_files="$ac_config_files Makefile testsuite/Makefile"
|
||||
ac_config_files="$ac_config_files Makefile"
|
||||
|
||||
ac_config_commands="$ac_config_commands default"
|
||||
|
||||
@ -7551,7 +7551,6 @@ do
|
||||
case $ac_config_target in
|
||||
"config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
|
||||
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
|
||||
"testsuite/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;
|
||||
"default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
|
||||
|
||||
*) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
|
||||
|
@ -705,7 +705,7 @@ AC_SUBST(docdir)
|
||||
AC_SUBST(htmldir)
|
||||
|
||||
# We need multilib support, but only if configuring for the target.
|
||||
AC_CONFIG_FILES([Makefile testsuite/Makefile])
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
AC_CONFIG_COMMANDS([default],
|
||||
[[test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
|
||||
if test -n "$CONFIG_FILES"; then
|
||||
|
Loading…
Reference in New Issue
Block a user