- Update to version 1.2.0
* The ARM32 target is now supported. * --gdb-index is implemented. * mold now supports the following flags: --start-address, -Tbss, -Tdata, -Ttext, --oformat=binary, --disable-new-dtags OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/mold?expand=0&rev=18
This commit is contained in:
parent
70dab6c523
commit
c71a968589
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:47c5ddfe60beffc01da954191c819d78924e4d1eb96aeebfa24e1862cb3a33f9
|
|
||||||
size 4530297
|
|
3
mold-1.2.tar.gz
Normal file
3
mold-1.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:975ad37394e5c32661ee5da2817e5e8b8d40c6a73c78e23b30a57763c004a9f1
|
||||||
|
size 4759743
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 11:53:51 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Update to version 1.2.0
|
||||||
|
* The ARM32 target is now supported.
|
||||||
|
* --gdb-index is implemented.
|
||||||
|
* mold now supports the following flags: --start-address, -Tbss,
|
||||||
|
-Tdata, -Ttext, --oformat=binary, --disable-new-dtags
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 8 15:40:19 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
Fri Apr 8 15:40:19 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: mold
|
Name: mold
|
||||||
Version: 1.1.1
|
Version: 1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Modern Linker (mold)
|
Summary: A Modern Linker (mold)
|
||||||
License: AGPL-3.0-or-later
|
License: AGPL-3.0-or-later
|
||||||
@ -73,7 +73,6 @@ LIBDIR=%{_libdir} \
|
|||||||
LIBEXECDIR=%{_libexecdir} \
|
LIBEXECDIR=%{_libexecdir} \
|
||||||
%{build_args}
|
%{build_args}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install -e \
|
%make_install -e \
|
||||||
PREFIX=%{_prefix} \
|
PREFIX=%{_prefix} \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user