Accepting request 750807 from home:rhabacker:branches:windows:mingw:win64
- add macro _mingw64_ldflags_bootstrap for bootstrap packages OBS-URL: https://build.opensuse.org/request/show/750807 OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=108
This commit is contained in:
parent
52c55e23e0
commit
bb88710aa3
@ -26,7 +26,12 @@
|
|||||||
|
|
||||||
%_mingw64_cflags -O2 -g -pipe -Wall -fexceptions --param=ssp-buffer-size=4 -mms-bitfields
|
%_mingw64_cflags -O2 -g -pipe -Wall -fexceptions --param=ssp-buffer-size=4 -mms-bitfields
|
||||||
%_mingw64_cxxflags %{_mingw64_cflags}
|
%_mingw64_cxxflags %{_mingw64_cflags}
|
||||||
%_mingw64_ldflags -Wl,--exclude-libs=libintl.a -Wl,--exclude-libs=libiconv.a -Wl,--no-keep-memory -fstack-protector
|
|
||||||
|
%_mingw64_ldflags_base -Wl,--exclude-libs=libintl.a -Wl,--exclude-libs=libiconv.a -Wl,--no-keep-memory
|
||||||
|
# used for bootstrap packages
|
||||||
|
%_mingw64_ldflags_bootstrap %{_mingw64_ldflags_base}
|
||||||
|
# for normal packages
|
||||||
|
%_mingw64_ldflags %{_mingw64_ldflags_base} -fstack-protector
|
||||||
|
|
||||||
%_mingw64_classpath %{_mingw64_datadir}/java/libgcj.jar:%{_mingw64_datadir}/java/libgcj-tools.jar
|
%_mingw64_classpath %{_mingw64_datadir}/java/libgcj.jar:%{_mingw64_datadir}/java/libgcj-tools.jar
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 25 16:31:30 UTC 2019 - Ralf Habacker <ralf.habacker@freenet.de>
|
||||||
|
|
||||||
|
- add macro _mingw64_ldflags_bootstrap for bootstrap packages
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 25 05:05:10 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
|
Mon Nov 25 05:05:10 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user