From d78b7486963a0a64f668ba9859c2395dca3fe3c5 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Sun, 13 Aug 2023 10:39:08 +0900 Subject: [PATCH] Bump mold version to 2.1.0 --- CMakeLists.txt | 2 +- README.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 512dce9a85..1c4f1f9ab5 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 2.0.0) +project(mold VERSION 2.1.0) include(CMakeDependentOption) include(GNUInstallDirs) diff --git a/README.md b/README.md index 954987c44b..2034ef1fcd 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,8 @@ free to [file a bug report](https://github.com/rui314/mold/issues). mold supports x86-64, i386, ARM64, ARM32, 64-bit/32-bit little/big-endian 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. +PowerPC ELFv2, s390x, 64-bit/32-bit LoongArch, SPARC64, m68k, SH-4, and DEC +Alpha. mold/macOS is commercial software. For mold/macOS, please visit https://github.com/bluewhalesystems/sold. @@ -73,7 +74,7 @@ necessary packages. You may need to run it as root. git clone https://github.com/rui314/mold.git mkdir mold/build cd mold/build -git checkout v2.0.0 +git checkout v2.1.0 ../install-build-deps.sh cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=c++ .. cmake --build . -j $(nproc)