summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2016-03-09 14:28:01 +0100
committerChristophe Lyon <christophe.lyon@linaro.org>2016-03-09 14:28:01 +0100
commit69be2a3f0907455c0f6b11dbef19c266a1e28074 (patch)
treebd0ac1a0dac2924792981d261ab70137d3bd93dc
Initial version.
-rw-r--r--gcc/gcc-enable-checking-all.conf1
-rw-r--r--gcc/gcc-enable-checking-valgrind.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/gcc/gcc-enable-checking-all.conf b/gcc/gcc-enable-checking-all.conf
new file mode 100644
index 0000000..171d4c8
--- /dev/null
+++ b/gcc/gcc-enable-checking-all.conf
@@ -0,0 +1 @@
+stage2_flags="${stage2_flags} --enable-checking=all"
diff --git a/gcc/gcc-enable-checking-valgrind.conf b/gcc/gcc-enable-checking-valgrind.conf
new file mode 100644
index 0000000..2b46f29
--- /dev/null
+++ b/gcc/gcc-enable-checking-valgrind.conf
@@ -0,0 +1 @@
+stage2_flags="${stage2_flags} --enable-checking=valgrind" \ No newline at end of file