This is an automated email from Gerrit.
"zapb " just uploaded a new patch set to Gerrit, which you can
find at https://review.openocd.org/c/openocd/+/8218
-- gerrit
commit 6c0749a3d4a855e89275580527e487491a1c03b5
Author: Marc Schink
Date: Sun Apr 21 20:00:28 2024 +0200
target/breakpoint
Hi all:
I wanted to remove the usage of Automake macro AM_PROG_CC_C_O in configure.ac,
which has been obsolete since Automake 1.14 released in June 2013 (around 11
years ago).
That macro used to check whether the C compiler supports the -c and -o options,
but the check is now included in AC_P
This is an automated email from Gerrit.
"zapb " just uploaded a new patch set to Gerrit, which you can
find at https://review.openocd.org/c/openocd/+/8219
-- gerrit
commit f0553c61b2118a459a1ab16cd6bd485db5b1864e
Author: Marc Schink
Date: Sun Apr 21 20:45:37 2024 +0200
target/breakpoint