-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Makefile: use -ldflags/-gccgoflags depending on the go implemenatiton #11716
Makefile: use -ldflags/-gccgoflags depending on the go implemenatiton #11716
Conversation
954507f
to
11c1e99
Compare
LGTM |
Insisting on “DCO” imposes formalities, that serve self-purpose. One cannot assume that the submitter has time or will to read texts about symbolism in software contributions. If the system wants to see the text nrEAUIEUAIe eanuitdnuae EAIUEAUIAIE »ℓ§444.3.72b)°»°ℓ§euaieauuae in each commit, people will write this, or any other text, that the system wants to see. All such text, which presence is mandated by the system, has the same value. Signed-off-by: Дилян Палаузов <[email protected]>
11c1e99
to
ce080d2
Compare
LGTM |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dilyanpalauzov, mheon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
LGTM thx @dilyanpalauzov ! |
/hold cancel |
While the golang implementation accepts a
-ldflags
parameters, the gccgo implementation prefers-gccgoflags
.This patch switches between
-ldflags
and-gccgoflags
depending on the go language implementation.FIxes #11715.