Skip to content

Commit

Permalink
Bump mold version to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Jan 6, 2023
1 parent 6e918ed commit ad0b6d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit ad0b6d0

Please sign in to comment.