bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/26766] Support standalone PGO build


From: hjl.tools at gmail dot com
Subject: [Bug ld/26766] Support standalone PGO build
Date: Mon, 26 Oct 2020 17:47:17 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=26766

--- Comment #13 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to Martin Liska from comment #12)

> 
> I can fix it with the following change:
> 
> diff -u gas/Makefile.orig gas/Makefile
> --- gas/Makefile.orig 2020-10-26 18:41:45.992955514 +0100
> +++ gas/Makefile      2020-10-26 18:42:21.976647698 +0100
> @@ -1081,8 +1081,8 @@
>       config/$(DEPDIR)/$(am__dirstamp)
>  
>  as-new$(EXEEXT): $(as_new_OBJECTS) $(as_new_DEPENDENCIES)
> $(EXTRA_as_new_DEPENDENCIES) 
> -     @rm -f as-new$(EXEEXT)
> -     $(AM_V_CCLD)$(LINK) $(as_new_OBJECTS) $(as_new_LDADD) $(LIBS)
> +     + @rm -f as-new$(EXEEXT)
> +     + $(AM_V_CCLD)$(LINK) $(as_new_OBJECTS) $(as_new_LDADD) $(LIBS)
>  
>  itbl-test$(EXEEXT): $(itbl_test_OBJECTS) $(itbl_test_DEPENDENCIES)
> $(EXTRA_itbl_test_DEPENDENCIES) 
>       @rm -f itbl-test$(EXEEXT)
> 
> but I don't know how to modify the original gas/Makefile.am
> ?

I will fix it.

-- 
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]