FreeBSD Bugzilla – Attachment 189198 Details for
Bug 224673
misc/seabios: fails to link with lld as /usr/bin/ld and does honour LD env variable override
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Conditionally set tools path
file_224673.txt (text/plain), 561 bytes, created by
Roger Pau Monné
on 2017-12-29 17:28:37 UTC
(
hide
)
Description:
Conditionally set tools path
Filename:
MIME Type:
Creator:
Roger Pau Monné
Created:
2017-12-29 17:28:37 UTC
Size:
561 bytes
patch
obsolete
>diff --git a/Makefile b/Makefile >index eb8ad58..0fcb1bf 100644 >--- a/Makefile >+++ b/Makefile >@@ -17,12 +17,12 @@ CROSS_PREFIX= > ifneq ($(CROSS_PREFIX),) > CC=$(CROSS_PREFIX)gcc > endif >-AS=$(CROSS_PREFIX)as >-LD=$(CROSS_PREFIX)ld >-OBJCOPY=$(CROSS_PREFIX)objcopy >-OBJDUMP=$(CROSS_PREFIX)objdump >-STRIP=$(CROSS_PREFIX)strip >-PYTHON=python >+AS?=$(CROSS_PREFIX)as >+LD?=$(CROSS_PREFIX)ld >+OBJCOPY?=$(CROSS_PREFIX)objcopy >+OBJDUMP?=$(CROSS_PREFIX)objdump >+STRIP?=$(CROSS_PREFIX)strip >+PYTHON?=python > CPP=cpp > IASL:=iasl > LD32BIT_FLAG:=-melf_i386
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 224673
:
189198
|
191758