~sircmpwn/hare-dev

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

[PATCH 1/2] document -l heuristic

Details
Message ID
<20230331030737.8188-1-rkl@rosiesworkshop.net>
DKIM signature
missing
Download raw message
Patch: +6 -0
---
 docs/hare.scd | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/hare.scd b/docs/hare.scd
index ba23eb25..1b8196e2 100644
--- a/docs/hare.scd
+++ b/docs/hare.scd
@@ -91,6 +91,9 @@ value, and optional context, separated by tabs.
	*pkg-config --libs* (see *pkg-config*(1)) to obtain the appropriate
	linker flags.

	Note: use of *-l* currently implies the build tag *libc*. Use *-T -libc* to
	override this behavior. See *CUSTOMIZING BUILD TAGS*.

*-L libdir*
	Add directory to the linker library search path.

@@ -143,6 +146,9 @@ value, and optional context, separated by tabs.
	*pkg-config --libs* (see *pkg-config*(1)) to obtain the appropriate
	linker flags.

	Note: use of *-l* currently implies the build tag *libc*. Use *-T -libc* to
	override this behavior. See *CUSTOMIZING BUILD TAGS*.

*-L libdir*
	Add directory to the linker library search path.

-- 
2.40.0

[PATCH 2/2] document -l -t unsupported status

Details
Message ID
<20230331030737.8188-2-rkl@rosiesworkshop.net>
In-Reply-To
<20230331030737.8188-1-rkl@rosiesworkshop.net> (view parent)
DKIM signature
missing
Download raw message
Patch: +4 -2
---
 docs/hare.scd | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/hare.scd b/docs/hare.scd
index 1b8196e2..3003951d 100644
--- a/docs/hare.scd
+++ b/docs/hare.scd
@@ -92,7 +92,8 @@ value, and optional context, separated by tabs.
	linker flags.

	Note: use of *-l* currently implies the build tag *libc*. Use *-T -libc* to
	override this behavior. See *CUSTOMIZING BUILD TAGS*.
	override this behavior. See *CUSTOMIZING BUILD TAGS*. Furthermore, combining
	*-l* and *-t* is currently unsupported - here be dragons.

*-L libdir*
	Add directory to the linker library search path.
@@ -147,7 +148,8 @@ value, and optional context, separated by tabs.
	linker flags.

	Note: use of *-l* currently implies the build tag *libc*. Use *-T -libc* to
	override this behavior. See *CUSTOMIZING BUILD TAGS*.
	override this behavior. See *CUSTOMIZING BUILD TAGS*. Furthermore, combining
	*-l* and *-t* is currently unsupported - here be dragons.

*-L libdir*
	Add directory to the linker library search path.
-- 
2.40.0

Re: [PATCH 2/2] document -l -t unsupported status

Details
Message ID
<CS0M2TAZ8HCQ.32YV8WCYJMVYB@taiga>
In-Reply-To
<20230331030737.8188-2-rkl@rosiesworkshop.net> (view parent)
DKIM signature
missing
Download raw message
These should be squashed together. Also missing sign-off
Reply to thread Export thread (mbox)