https://sourceware.org/bugzilla/show_bug.cgi?id=26766
Bug ID: 26766
Summary: Support standalone PGO build
Product: binutils
Version: 2.36 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: hjl.tools at gmail dot com
Target Milestone: ---
We can do:
rm -rf /tmp/binutils
$(MAKE) config
$(MAKE) all PGO-CFLAGS="-fprofile-generate=/tmp/binutils" && \
$(MAKE) check-binutils && \
$(MAKE) check-gas && \
$(MAKE) check-ld && \
$(MAKE) install && \
$(MAKE) clean && \
PATH=$(RELEASE-DIR)/usr/local/bin:$(PATH) $(MAKE) all && \
PATH=$(RELEASE-DIR)/usr/local/bin:$(PATH) $(MAKE) check && \
$(MAKE) clean && \
$(MAKE) all PGO-CFLAGS="-fprofile-use=/tmp/binutils" && \
$(MAKE) check
--
You are receiving this mail because:
You are on the CC list for the bug.