FreeBSD Bugzilla – Attachment 203424 Details for
Bug 237058
net/asterisk13 and net/asterisk16: filed to build with system clang - "unknown argument: '-fno-partial-inlining'"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
asterisk13 patch
astterisk13.diff (text/plain), 1.19 KB, created by
Guido Falsi
on 2019-04-06 07:38:44 UTC
(
hide
)
Description:
asterisk13 patch
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2019-04-06 07:38:44 UTC
Size:
1.19 KB
patch
obsolete
>Index: files/patch-Makefile.rules >=================================================================== >--- files/patch-Makefile.rules (nonexistent) >+++ files/patch-Makefile.rules (working copy) >@@ -0,0 +1,11 @@ >+--- Makefile.rules.orig 2019-04-04 14:46:29 UTC >++++ Makefile.rules >+@@ -68,7 +68,7 @@ ifneq ($(findstring darwin,$(OSARCH)),) >+ endif >+ >+ # gcc version 8.2.1 and above must have partial-inlining disabled to avoid documented bug >+-GCC_VER_GTE821:=$(shell expr `gcc --version | grep ^gcc | cut -d ' ' -f 3 | sed -e 's/\.\([0-9][0-9]\)/\1/g' -e 's/\.\([0-9]\)/0\1/g' -e 's/^[0-9]\{3,4\}$$/&00/'` \>= 80201) >++GCC_VER_GTE821:=$(shell expr `$(CC) --version | grep ^gcc | cut -d ' ' -f 3 | sed -e 's/\.\([0-9][0-9]\)/\1/g' -e 's/\.\([0-9]\)/0\1/g' -e 's/^[0-9]\{3,4\}$$/&00/'` \>= 80201) >+ ifeq ($(GCC_VER_GTE821),1) >+ OPTIMIZE+=-fno-partial-inlining >+ endif > >Property changes on: files/patch-Makefile.rules >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 237058
: 203424 |
203425