From ad0b6d0ac6a9b269935c3fbf4dae2815395431a4 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Fri, 6 Jan 2023 15:09:41 +0800 Subject: [PATCH] Bump mold version to 1.9.0 --- CMakeLists.txt | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9746677c86..07e168c249 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ # features and behave exactly the same. cmake_minimum_required(VERSION 3.13) -project(mold VERSION 1.8.0) +project(mold VERSION 1.9.0) include(CMakeDependentOption) include(GNUInstallDirs) diff --git a/README.md b/README.md index 2f961ebf24..6ce4827c93 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ machine. Feel free to [file a bug](https://github.com/rui314/mold/issues) if you find mold is not faster than other linkers. mold supports x86-64, i386, ARM64, ARM32, 64-bit/32-bit little/big-endian -RISC-V, 64-bit big-endian PowerPC ELFv1, 64-bit little-endian PowerPC ELFv2, -s390x, SPARC64 and m68k. +RISC-V, 32-bit PowerPC, 64-bit big-endian PowerPC ELFv1, 64-bit +little-endian PowerPC ELFv2, s390x, SPARC64, m68k, SH-4 and DEC Alpha. mold/macOS is commercial software. For mold/macOS, please visit https://github.com/bluewhalesystems/sold. @@ -75,7 +75,7 @@ necessary packages. You may want to run it as root. git clone https://github.com/rui314/mold.git mkdir mold/build cd mold/build -git checkout v1.8.0 +git checkout v1.9.0 ../install-build-deps.sh cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=c++ .. cmake --build . -j $(nproc)