Module Name:    src
Committed By:   mrg
Date:           Sun Feb 23 01:59:40 UTC 2014

Modified Files:
        src/external/gpl3/gcc/dist/libiberty: Makefile.in configure
            configure.ac

Log Message:
don't look in libiberty/testsuite for anything, it's going away.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gcc/dist/libiberty/Makefile.in \
    src/external/gpl3/gcc/dist/libiberty/configure \
    src/external/gpl3/gcc/dist/libiberty/configure.ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/dist/libiberty/Makefile.in
diff -u src/external/gpl3/gcc/dist/libiberty/Makefile.in:1.1.1.1 src/external/gpl3/gcc/dist/libiberty/Makefile.in:1.2
--- src/external/gpl3/gcc/dist/libiberty/Makefile.in:1.1.1.1	Tue Jun 21 01:23:30 2011
+++ src/external/gpl3/gcc/dist/libiberty/Makefile.in	Sun Feb 23 01:59:40 2014
@@ -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
Index: src/external/gpl3/gcc/dist/libiberty/configure
diff -u src/external/gpl3/gcc/dist/libiberty/configure:1.1.1.1 src/external/gpl3/gcc/dist/libiberty/configure:1.2
--- src/external/gpl3/gcc/dist/libiberty/configure:1.1.1.1	Tue Jun 21 01:23:29 2011
+++ src/external/gpl3/gcc/dist/libiberty/configure	Sun Feb 23 01:59:40 2014
@@ -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;;
Index: src/external/gpl3/gcc/dist/libiberty/configure.ac
diff -u src/external/gpl3/gcc/dist/libiberty/configure.ac:1.1.1.1 src/external/gpl3/gcc/dist/libiberty/configure.ac:1.2
--- src/external/gpl3/gcc/dist/libiberty/configure.ac:1.1.1.1	Tue Jun 21 01:23:29 2011
+++ src/external/gpl3/gcc/dist/libiberty/configure.ac	Sun Feb 23 01:59:40 2014
@@ -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

Reply via email to