From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla at busybox.net Date: Wed, 13 Dec 2017 10:53:17 +0000 Subject: [Buildroot] [Bug 10586] New: musl gcc has ifunc enabled when musl doesn't support it Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net https://bugs.busybox.net/show_bug.cgi?id=10586 Bug ID: 10586 Summary: musl gcc has ifunc enabled when musl doesn't support it Product: buildroot Version: unspecified Hardware: All OS: Linux Status: NEW Severity: normal Priority: P5 Component: Other Assignee: unassigned at buildroot.uclibc.org Reporter: nathan.renniewaldock at gmail.com CC: buildroot at uclibc.org Target Milestone: --- musl doesn't support ifunc[1], so needs to be specifically disabled as it defaults to enabled. Test case[2]: $ cat >a.c <