mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-lang/harec: respect CFLAGS, LDFLAGS, and LDLINKFLAGS
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -35,6 +35,9 @@ src_prepare() {
|
||||
-e 's/CC =/CC ?=/' \
|
||||
-e 's/AS =/AS ?=/' \
|
||||
-e 's/LD =/LD ?=/' \
|
||||
-e 's/CFLAGS =/CFLAGS +=/' \
|
||||
-e 's/LDFLAGS =/LDFLAGS ?=/' \
|
||||
-e 's/LDLINKFLAGS =/LDLINKFLAGS ?=/' \
|
||||
-e "s/ARCH =/ARCH = ${target_triple/-*}/" \
|
||||
config.mk || die
|
||||
|
||||
Reference in New Issue
Block a user