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/libgomp fix a merge botch and properl...



details:   https://anonhg.NetBSD.org/src/rev/6d80ffcad846
branches:  trunk
changeset: 814275:6d80ffcad846
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Mar 15 06:11:27 2016 +0000

description:
fix a merge botch and properly delete the testsuite

diffstat:

 external/gpl3/gcc/dist/libgomp/configure |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 42125c31b854 -r 6d80ffcad846 external/gpl3/gcc/dist/libgomp/configure
--- a/external/gpl3/gcc/dist/libgomp/configure  Tue Mar 15 06:10:13 2016 +0000
+++ b/external/gpl3/gcc/dist/libgomp/configure  Tue Mar 15 06:11:27 2016 +0000
@@ -16559,7 +16559,7 @@
 
 ac_config_files="$ac_config_files Makefile libgomp.spec"
 
-ac_config_files="$ac_config_files testsuite/libgomp-test-support.pt.exp:testsuite/libgomp-test-support.exp.in"
+#ac_config_files="$ac_config_files testsuite/libgomp-test-support.pt.exp:testsuite/libgomp-test-support.exp.in"
 
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
@@ -17704,7 +17704,7 @@
     "libgomp_f.h") CONFIG_FILES="$CONFIG_FILES libgomp_f.h" ;;
     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     "libgomp.spec") CONFIG_FILES="$CONFIG_FILES libgomp.spec" ;;
-    "testsuite/libgomp-test-support.pt.exp") CONFIG_FILES="$CONFIG_FILES testsuite/libgomp-test-support.pt.exp:testsuite/libgomp-test-support.exp.in" ;;
+    #"testsuite/libgomp-test-support.pt.exp") CONFIG_FILES="$CONFIG_FILES testsuite/libgomp-test-support.pt.exp:testsuite/libgomp-test-support.exp.in" ;;
 
   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
   esac



Home | Main Index | Thread Index | Old Index