Github messages for voidlinux
 help / color / mirror / Atom feed
From: ericonr <ericonr@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: New package: linux5.12
Date: Sat, 22 May 2021 20:41:08 +0200	[thread overview]
Message-ID: <20210522184108.28kcZ3T-FLMBpTfkABX911gt741fFy3IMuNwfYZSjOo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-30915@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1059 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30915#issuecomment-846447939

Comment:
```
objtool is using the headers provided by kernel-libc-headers, which are kernel version 5.10, so
they use __always_inline instead of inline, and musl doesn't define __always_inline (glibc does)

diff --git a/tools/objtool/Makefile b/tools/objtool/Makefile
index 92ce4fc..d74b931 100644
--- a/tools/objtool/Makefile
+++ b/tools/objtool/Makefile
@@ -30,7 +30,7 @@ INCLUDES := -I$(srctree)/tools/include \
 	    -I$(srctree)/tools/objtool/include \
 	    -I$(srctree)/tools/objtool/arch/$(SRCARCH)/include
 WARNINGS := $(EXTRA_WARNINGS) -Wno-switch-default -Wno-switch-enum -Wno-packed -Wno-nested-externs
-CFLAGS   := -Werror $(WARNINGS) $(KBUILD_HOSTCFLAGS) -g $(INCLUDES) $(LIBELF_FLAGS)
+CFLAGS   := -Werror $(WARNINGS) $(KBUILD_HOSTCFLAGS) -g $(INCLUDES) $(LIBELF_FLAGS) -D__always_inline=inline
 LDFLAGS  += $(LIBELF_LIBS) $(LIBSUBCMD) $(KBUILD_HOSTLDFLAGS)
 
 # Allow old libelf to be used:
```

  parent reply	other threads:[~2021-05-22 18:41 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-15 16:59 [PR PATCH] " marmeladema
2021-05-15 18:10 ` [PR PATCH] [Updated] " marmeladema
2021-05-15 18:39 ` marmeladema
2021-05-20  8:03 ` marmeladema
2021-05-20  8:04 ` marmeladema
2021-05-20 14:06 ` ericonr
2021-05-20 14:07 ` ericonr
2021-05-20 14:18 ` marmeladema
2021-05-20 14:38 ` marmeladema
2021-05-20 15:11 ` ahesford
2021-05-22 18:08 ` [PR PATCH] [Updated] " marmeladema
2021-05-22 18:08 ` marmeladema
2021-05-22 18:21 ` [PR PATCH] [Updated] " marmeladema
2021-05-22 18:22 ` marmeladema
2021-05-22 18:41 ` ericonr [this message]
2021-05-22 23:43 ` [PR PATCH] [Updated] " marmeladema
2021-05-22 23:46 ` marmeladema
2021-05-23  0:12 ` [PR PATCH] [Updated] " marmeladema
2021-05-23  0:12 ` marmeladema
2021-05-23  0:18 ` [PR PATCH] [Updated] " marmeladema
2021-05-25  1:07 ` ericonr
2021-05-25  1:38 ` [PR PATCH] [Closed]: " ericonr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210522184108.28kcZ3T-FLMBpTfkABX911gt741fFy3IMuNwfYZSjOo@z \
    --to=ericonr@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).