aboutsummaryrefslogtreecommitdiff
path: root/aarch64/configfrag.ac
Commit message (Collapse)AuthorAgeFilesLines
* aarch64: Add the basicsSergey Bugaev2024-04-161-0/+31
This adds "aarch64" host support to the build system, along with some uninteresting installed headers. The empty aarch64/aarch64/ast.h header is also added to create the aarch64/aarch64/ directory (due to Git peculiarity). With this, it should be possible to run 'configure --host=aarch64-gnu' and 'make install-data' successfully. Message-ID: <20240415090149.38358-3-bugaevc@gmail.com>