public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] gdb_configure_sanitize_step don't double quote command
@ 2023-10-30  0:45 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2023-10-30  0:45 UTC (permalink / raw)
  To: buildbot; +Cc: Mark Wielaard

---
 builder/master.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index fa22282..ab8b90b 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -2806,9 +2806,9 @@ gdb_configure_sanitize_step = steps.Configure(
         workdir='gdb-build',
         command=['../binutils-gdb/configure',
                  '--enable-targets=all', '--disable-sim',
-                 'CFLAGS="-fsanitize=address -O2 -g"',
-                 'CXXFLAGS="-fsanitize=address -O2 -g"',
-                 'LDFLAGS="-fsanitize=address"'],
+                 'CFLAGS=-fsanitize=address -O2 -g',
+                 'CXXFLAGS=-fsanitize=address -O2 -g',
+                 'LDFLAGS=-fsanitize=address'],
         name='configure',
         haltOnFailure=True,
         logfiles={"config.log": "config.log"})
-- 
2.39.3


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-10-30  0:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-30  0:45 [PATCH] gdb_configure_sanitize_step don't double quote command Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).