aboutsummaryrefslogtreecommitdiff
path: root/sim/configure
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-01-17 11:13:37 -0500
committerMike Frysinger <vapier@gentoo.org>2021-03-07 15:54:53 -0500
commit6c57b87fc41c368cfa339ad8a879899ba3058e44 (patch)
tree720afd8c120b1fec39c0b6b9a54f614d381ec22b /sim/configure
parent6bddc3e8b480773f84a6694605a00ad0b2cee0c1 (diff)
downloadfsf-binutils-gdb-6c57b87fc41c368cfa339ad8a879899ba3058e44.zip
fsf-binutils-gdb-6c57b87fc41c368cfa339ad8a879899ba3058e44.tar.gz
fsf-binutils-gdb-6c57b87fc41c368cfa339ad8a879899ba3058e44.tar.bz2
sim: testsuite: merge into toplevel automake
This allows us to delete most of our custom test logic, and avoids a recursive make for minor speed up.
Diffstat (limited to 'sim/configure')
-rwxr-xr-xsim/configure3
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/configure b/sim/configure
index b0179bb..54a5254 100755
--- a/sim/configure
+++ b/sim/configure
@@ -4953,7 +4953,7 @@ subdirs="$subdirs aarch64"
fi
fi
-ac_config_files="$ac_config_files Makefile testsuite/Makefile"
+ac_config_files="$ac_config_files Makefile"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@@ -5703,7 +5703,6 @@ do
case $ac_config_target in
"depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
- "testsuite/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
esac