git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14781
# -fno-builtin is important for defeating LLVM's idiom recognition
# that somehow causes VG_(memset) to get into infinite recursion.
AM_CFLAGS_BASE = \
- -O2 -g \
+ -Og \
-Wall \
-Wcast-align \
-Wmissing-prototypes \
include $(top_srcdir)/Makefile.all.am
-TOOLS = memcheck \
- cachegrind \
- callgrind \
- massif \
- lackey \
- none \
- helgrind \
- drd
-
-EXP_TOOLS = exp-sgcheck \
- exp-bbv \
- exp-dhat
+#TOOLS = memcheck \
+# cachegrind \
+# callgrind \
+# massif \
+# lackey \
+# none \
+# helgrind \
+# drd
+#
+#EXP_TOOLS = exp-sgcheck \
+# exp-bbv \
+# exp-dhat
+TOOLS = none memcheck
+EXP_TOOLS =
# Put docs last because building the HTML is slow and we want to get
# everything else working before we try it.
"rm -rf gsl-1.6-patched && tar xzf $GSL_FILE" && \
\
runcmd "Configuring " \
- "(cd gsl-1.6-patched && CC=$GSL_CC CFLAGS=\"$GSL_CFLAGS\" ./configure)" && \
+ "(cd gsl-1.6-patched && CC=$GSL_CC CFLAGS=\"$GSL_CFLAGS\" ./configure --build=aarch64-unknown-linux-gnu)" && \
\
runcmd "Building " \
- "(cd gsl-1.6-patched && make -j4 && make -k check)"
+ "(cd gsl-1.6-patched && make -j6 && make -k check)"
echo -n " Collecting reference results "
rm -f out-REF