| Summary: | build: remove "Valgrind relies on GCC" check/output | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | fanquake |
| Component: | general | Assignee: | Julian Seward <jseward> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | pjfloyd |
| Priority: | NOR | ||
| Version First Reported In: | 3.21 GIT | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Unspecified | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | 0001-build-remove-Valgrind-relies-on-GCC-check-output.patch | ||
|
Description
fanquake
2023-04-17 10:49:45 UTC
You didn't add the patch. Do you mean removing
# Check for the compiler support
if test "${GCC}" != "yes" ; then
AC_MSG_ERROR([Valgrind relies on GCC to be compiled])
fi
?
commit 41a7f59a8838a042813ac20fe1472e55e9bd5697 (HEAD -> master, origin/master, origin/HEAD) Author: Paul Floyd <pjfloyd@wanadoo.fr> Date: Mon Apr 17 21:53:23 2023 +0200 Bug 374596 - inconsistent RDTSCP support on x86_64 Created attachment 158183 [details]
0001-build-remove-Valgrind-relies-on-GCC-check-output.patch
> You didn't add the patch. Do you mean removing
🤦 Sorry. Yes, those lines. Patch attached now in any case.
commit 1e784548a17aec105ed79d53c91c3fd023b2c364 (HEAD -> master, origin/master, origin/HEAD) Author: Paul Floyd <pjfloyd@wanadoo.fr> Date: Tue Apr 18 22:27:55 2023 +0200 Bug 468606 - build: remove "Valgrind relies on GCC" check/output |