SPECS: crossmingw64-gcc.spec - disable red zone for w64 abi.
pluto
pluto at pld-linux.org
Thu Jul 3 15:52:56 CEST 2008
Author: pluto Date: Thu Jul 3 13:52:56 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- disable red zone for w64 abi.
---- Files affected:
SPECS:
crossmingw64-gcc.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/crossmingw64-gcc.spec
diff -u SPECS/crossmingw64-gcc.spec:1.5 SPECS/crossmingw64-gcc.spec:1.6
--- SPECS/crossmingw64-gcc.spec:1.5 Thu Jul 3 15:01:24 2008
+++ SPECS/crossmingw64-gcc.spec Thu Jul 3 15:52:51 2008
@@ -20,6 +20,7 @@
Source1: http://dl.sourceforge.net/mingw-w64/mingw-w64-snapshot-20080424.tar.bz2
# Source1-md5: e2eea49233efd0be3a40fc774abeb1a2
Patch0: %{name}-no_include64.patch
+Patch1: %{name}-no_red_zone.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: bison
@@ -62,6 +63,7 @@
%prep
%setup -q -n gcc-%{version} -a 1
%patch0 -p1
+%patch1 -p1
mkdir -p winsup/mingw
cp -ar trunk/mingw-w64-headers/include winsup/mingw
@@ -105,7 +107,7 @@
--host=%{_target_platform} \
--target=%{target}
-%{__make} -j2
+%{__make}
cd ..
@@ -237,6 +239,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2008/07/03 13:52:51 pluto
+- disable red zone for w64 abi.
+
Revision 1.5 2008/07/03 13:01:24 pluto
- c++ part finished.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/crossmingw64-gcc.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list