[PATCH] Only .so files are used in libcollector. Remove the other files.
Alan Modra
amodra@gmail.com
Wed Mar 23 05:36:28 GMT 2022
On Tue, Mar 22, 2022 at 10:02:55PM -0700, Vladimir Mezentsev wrote:
>
>
> On 3/22/22 21:20, Alan Modra wrote:
> > On Tue, Mar 22, 2022 at 03:15:04PM -0700, Vladimir Mezentsev via Binutils wrote:
> > > From: Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
> > >
> > > gprofng/ChangeLog
> > > 2022-03-22 Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
> > >
> > > * gprofng/libcollector/Makefile.am (install-data-local):
> > > Remove the *.la and *.a libraries.
> > > * gprofng/libcollector/Makefile.in: Regenerate.
> > This is certainly better than blindly removing all *.a and *.la from
> > the install directory. Please commit. You also might like to look
> > at what gcc/lto-plugin does.
>
> I just made `git rebase` with the master branch and run:
>
> % git push sourceware vmezents/libcollector:master
> ssh: connect to host sourceware.org port 22: Network is unreachable
> fatal: Could not read from remote repository.
>
> Please make sure you have the correct access rights
> and the repository exists.
>
>
> It is in my .git/config:
> [remote "sourceware"]
> url = ssh://git@sourceware.org/git/binutils-gdb.git
> fetch = +refs/heads/*:refs/remotes/sourceware/*
I believe you need
url = ssh://vmezentsev@sourceware.org/git/binutils-gdb.git
> How can I resolve my `git push` problem ?
I pushed it for you.
--
Alan Modra
Australia Development Lab, IBM
More information about the Binutils
mailing list