bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/26766] New: Support standalone PGO build


From: hjl.tools at gmail dot com
Subject: [Bug ld/26766] New: Support standalone PGO build
Date: Wed, 21 Oct 2020 13:51:57 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]