mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Bug 468606 - build: remove "Valgrind relies on GCC" check/output
This commit is contained in:
parent
20cc0680c3
commit
1e784548a1
1
NEWS
1
NEWS
@ -154,6 +154,7 @@ are not entered into bugzilla tend to get forgotten about or ignored.
|
||||
467839 Gdbserver: Improve compatibility of library directory name
|
||||
468401 [PATCH] Add a style file for clang-format
|
||||
468556 Build failure for vgdb
|
||||
468606 build: remove "Valgrind relies on GCC" check/output
|
||||
n-i-bz FreeBSD rfork syscall fail with EINVAL or ENOSYS rather than VG_(unimplemented)
|
||||
|
||||
To see details of a given bug, visit
|
||||
|
||||
@ -103,12 +103,6 @@ if test "x$LTO_AR" = "x"; then
|
||||
fi
|
||||
AC_ARG_VAR([LTO_AR],[Archiver command for link time optimisation])
|
||||
|
||||
|
||||
# Check for the compiler support
|
||||
if test "${GCC}" != "yes" ; then
|
||||
AC_MSG_ERROR([Valgrind relies on GCC to be compiled])
|
||||
fi
|
||||
|
||||
# figure out where perl lives
|
||||
AC_PATH_PROG(PERL, perl)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user