Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 859875 Details for
Bug 904169
dev-util/perf-6.2-r1[clang] fails to build with sys-devel/clang:16
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix
perf-clang-16-fix.patch (text/plain), 1.07 KB, created by
Maciej S. Szmigiero
on 2023-04-11 15:19:40 UTC
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Maciej S. Szmigiero
Created:
2023-04-11 15:19:40 UTC
Size:
1.07 KB
patch
obsolete
>--- a/tools/perf/Makefile.config >+++ b/tools/perf/Makefile.config >@@ -309,7 +309,7 @@ > CORE_CFLAGS += -Wextra > CORE_CFLAGS += -std=gnu11 > >-CXXFLAGS += -std=gnu++14 -fno-exceptions -fno-rtti >+CXXFLAGS += -std=gnu++17 -fno-exceptions -fno-rtti > CXXFLAGS += -Wall > CXXFLAGS += -fno-omit-frame-pointer > CXXFLAGS += -ggdb3 >--- a/tools/build/feature/Makefile >+++ b/tools/build/feature/Makefile >@@ -339,7 +339,7 @@ > $(BUILD) > > $(OUTPUT)test-llvm.bin: >- $(BUILDXX) -std=gnu++14 \ >+ $(BUILDXX) -std=gnu++17 \ > -I$(shell $(LLVM_CONFIG) --includedir) \ > -L$(shell $(LLVM_CONFIG) --libdir) \ > $(shell $(LLVM_CONFIG) --libs) \ >@@ -347,12 +347,12 @@ > > $(@:.bin=.make.output) 2>&1 > > $(OUTPUT)test-llvm-version.bin: >- $(BUILDXX) -std=gnu++14 \ >+ $(BUILDXX) -std=gnu++17 \ > -I$(shell $(LLVM_CONFIG) --includedir) \ > > $(@:.bin=.make.output) 2>&1 > > $(OUTPUT)test-clang.bin: >- $(BUILDXX) -std=gnu++14 \ >+ $(BUILDXX) -std=gnu++17 \ > -I$(shell $(LLVM_CONFIG) --includedir) \ > -L$(shell $(LLVM_CONFIG) --libdir) \ > -lclang-cpp $(shell $(LLVM_CONFIG) --libs) \
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 904169
: 859875 |
859905