~autumnull/haredo-devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH v2] test/conf.do: Only use c99 if CC is undefined

Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Details
Message ID
<20230203200959.12716-1-contact@hacktivis.me>
DKIM signature
missing
Download raw message
Patch: +2 -2
Gentoo has host-architecture symlinks like c99 disabled for some Q&A tests
to make sure cross-compiling works.
---
 test/conf.do | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/conf.do b/test/conf.do
index a4b28a9..5c5ce7f 100644
--- a/test/conf.do
+++ b/test/conf.do
@@ -9,6 +9,6 @@ OBJ="$COMMOBJ $AMD64OBJ $ARM64OBJ $RV64OBJ"

SRCALL=$(echo $OBJ | sed 's/\.o/\.c/g')

CFLAGS="$CPPFLAGS -Wall -Wextra -std=c99 -g -Wpedantic"
CFLAGS="$CPPFLAGS -Wall -Wextra -g -Wpedantic"

CC=c99
CC="$CC -std=c99"
-- 
2.39.1
Details
Message ID
<827126ca-6bf8-f279-598c-80c923f13a88@posteo.net>
In-Reply-To
<20230203200959.12716-1-contact@hacktivis.me> (view parent)
DKIM signature
missing
Download raw message
Thanks!

~Autumn
Reply to thread Export thread (mbox)