]> git.ipfire.org Git - people/ms/gcc.git/commit
libffi: Add HOWTO_MERGE, autogen.sh and merge.sh
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 30 Aug 2021 21:36:52 +0000 (14:36 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 20 Oct 2021 12:35:52 +0000 (05:35 -0700)
commitd738405e7fe62cc8eb9580948a6ea39005cd7170
treece5e9cb12024b7472027a7a77cce2d3bb101ddac
parent7113f1b54d533526c81459324faea4c100c50497
libffi: Add HOWTO_MERGE, autogen.sh and merge.sh

Add scripts for syncing with libffi upstream:

1. Clone libffi repo.
2. Checkout the specific commit.
3. Remove the unused files.
4. Add new files and remove old files if needed.

* HOWTO_MERGE: New file.
* autogen.sh: Likewise.
* merge.sh: Likewise.
libffi/HOWTO_MERGE [new file with mode: 0644]
libffi/autogen.sh [new file with mode: 0755]
libffi/merge.sh [new file with mode: 0755]