Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/cpu_features.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Chatelet <gchatelet@google.com>2019-01-22 11:06:14 +0300
committerGitHub <noreply@github.com>2019-01-22 11:06:14 +0300
commit51693b8b3ebe9183c4163a9495d9673e0bdd2a1f (patch)
tree04ac32d347297d81c4373e19c9943ff5ede81fcd /scripts
parent53ea243a62d503281e5a93c414e238b7441a113c (diff)
Cleanup CMAKE_ADDITIONAL_ARGS
Making sure to cleanup CMAKE_ADDITIONAL_ARGS between runs
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/run_integration.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/run_integration.sh b/scripts/run_integration.sh
index 8ecdb1d..3983209 100755
--- a/scripts/run_integration.sh
+++ b/scripts/run_integration.sh
@@ -185,6 +185,7 @@ function expand_environment_and_integrate() {
declare -a CONFIG_NAMES=()
declare -a QEMU_ARGS=()
+ declare -a CMAKE_ADDITIONAL_ARGS=()
case ${TOOLCHAIN} in
LINARO) expand_linaro_config ;;