Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/dist/libiberty don't look in libiberty/tes...
details: https://anonhg.NetBSD.org/src/rev/712a3d260a52
branches: trunk
changeset: 326941:712a3d260a52
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Feb 23 01:59:40 2014 +0000
description:
don't look in libiberty/testsuite for anything, it's going away.
diffstat:
external/gpl3/gcc/dist/libiberty/Makefile.in | 2 ++
external/gpl3/gcc/dist/libiberty/configure | 3 +--
external/gpl3/gcc/dist/libiberty/configure.ac | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diffs (44 lines):
diff -r decc57d08d75 -r 712a3d260a52 external/gpl3/gcc/dist/libiberty/Makefile.in
--- a/external/gpl3/gcc/dist/libiberty/Makefile.in Sat Feb 22 23:32:26 2014 +0000
+++ b/external/gpl3/gcc/dist/libiberty/Makefile.in Sun Feb 23 01:59:40 2014 +0000
@@ -98,6 +98,8 @@
# 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
diff -r decc57d08d75 -r 712a3d260a52 external/gpl3/gcc/dist/libiberty/configure
--- a/external/gpl3/gcc/dist/libiberty/configure Sat Feb 22 23:32:26 2014 +0000
+++ b/external/gpl3/gcc/dist/libiberty/configure Sun Feb 23 01:59:40 2014 +0000
@@ -6847,7 +6847,7 @@
# 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 @@
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;;
diff -r decc57d08d75 -r 712a3d260a52 external/gpl3/gcc/dist/libiberty/configure.ac
--- a/external/gpl3/gcc/dist/libiberty/configure.ac Sat Feb 22 23:32:26 2014 +0000
+++ b/external/gpl3/gcc/dist/libiberty/configure.ac Sun Feb 23 01:59:40 2014 +0000
@@ -705,7 +705,7 @@
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
Home |
Main Index |
Thread Index |
Old Index