forked from pool/mingw64-runtime
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-runtime?expand=0&rev=18
This commit is contained in:
parent
0ee91dfdac
commit
209fe224e7
@ -1,12 +0,0 @@
|
||||
diff -urEbwB mingw-w64-runtime-1.0b.20100818/math/scalbnl.S mingw-w64-runtime-1.0b.20100818/math/scalbnl.S
|
||||
--- mingw-w64-runtime-1.0b.20100818/math/scalbnl.S 2010-05-03 12:25:18.000000000 +0200
|
||||
+++ mingw-w64-runtime-1.0b.20100818/math/scalbnl.S 2010-09-24 01:47:59.000000000 +0200
|
||||
@@ -17,7 +17,7 @@
|
||||
__MINGW_USYMBOL(scalbnl):
|
||||
#ifdef _WIN64
|
||||
subq $24, %rsp
|
||||
- andq $0xffffffff, %r8
|
||||
+ andl $-1, %r8d
|
||||
movq %r8, (%rsp)
|
||||
fildl (%rsp)
|
||||
fldt (%rdx)
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43d0f806e295b2529e4768f8c024b2aeb75d0e4ee16f7318233e00495eecf0bf
|
||||
size 1520394
|
3
mingw-w64-runtime-1.0b.20110505.tar.bz2
Normal file
3
mingw-w64-runtime-1.0b.20110505.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7749c1908afbe58f965ca6c0498aa3f850bdf3bbf6258459e8b6c1e049c68974
|
||||
size 1104663
|
@ -6,7 +6,7 @@
|
||||
%define __os_install_post %{_mingw64_install_post}
|
||||
|
||||
Name: mingw64-runtime
|
||||
Version: 1.0b.20100818
|
||||
Version: 1.0b.20110505
|
||||
Release: 0
|
||||
Summary: MinGW-W64 runtime for win32
|
||||
|
||||
@ -15,7 +15,6 @@ Group: Development/Libraries
|
||||
URL: http://mingw-w64.sourceforge.net/
|
||||
Source0: http://dl.sourceforge.net/sourceforge/mingw-w64/mingw-w64-runtime-%{version}.tar.bz2
|
||||
Source100: %{name}-rpmlintrc
|
||||
Patch0: mingw-w64-runtime-1.0b.20100818-assembly.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
@ -37,7 +36,6 @@ MinGW Win64 cross-compiler runtime, base libraries.
|
||||
|
||||
%prep
|
||||
%setup -q -n mingw-w64-runtime-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user